Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit 369b5cd

Browse files
committed
v2.0.0
1 parent 3757085 commit 369b5cd

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

manifest.json

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
{
2-
"name": "Minimal GitHub",
3-
"short_name": "minimal-github",
4-
"description": "A minimalistic GitHub dashboard",
5-
"manifest_version": 2,
6-
"version": "1.0.8",
7-
"author": "Saugat Acharya <[email protected]>",
8-
"homepage_url": "https://github.com/mesaugat/minimal-github",
9-
"content_scripts": [{
10-
"matches": ["https://github.com/*"],
11-
"css": ["main.css"],
12-
"run_at": "document_start"
13-
}],
14-
"icons": {
15-
"16": "icons/16.png",
16-
"32": "icons/32.png",
17-
"48": "icons/48.png",
18-
"128": "icons/128.png"
19-
}
2+
"name": "Minimal GitHub",
3+
"short_name": "minimal-github",
4+
"description": "A minimalistic GitHub dashboard",
5+
"manifest_version": 2,
6+
"version": "2.0.0",
7+
"author": "Saugat Acharya <[email protected]>",
8+
"homepage_url": "https://github.com/mesaugat/minimal-github",
9+
"content_scripts": [
10+
{
11+
"matches": ["https://github.com/*"],
12+
"css": ["main.css"],
13+
"run_at": "document_start"
14+
}
15+
],
16+
"icons": {
17+
"16": "icons/16.png",
18+
"32": "icons/32.png",
19+
"48": "icons/48.png",
20+
"128": "icons/128.png"
21+
}
2022
}

0 commit comments

Comments
 (0)