Skip to content

Commit 3b505bf

Browse files
Bump version to 1.2.1
1 parent f585704 commit 3b505bf

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

src/manifest.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
{
22
"manifest_version": 3,
33
"name": "GitHub Isometric Contributions",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
66
"content_scripts": [
77
{
8-
"css": ["iso.css"],
9-
"js": ["obelisk.min.js", "iso.js"],
10-
"matches": ["https://github.com/*"]
8+
"css": [
9+
"iso.css"
10+
],
11+
"js": [
12+
"obelisk.min.js",
13+
"iso.js"
14+
],
15+
"matches": [
16+
"https://github.com/*"
17+
]
1118
}
1219
],
13-
"permissions": ["storage"],
14-
"host_permissions": ["https://github.com/"],
20+
"permissions": [
21+
"storage"
22+
],
23+
"host_permissions": [
24+
"https://github.com/"
25+
],
1526
"icons": {
1627
"48": "icon-48.png",
1728
"128": "icon-128.png"

0 commit comments

Comments
 (0)