We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f585704 commit 3b505bfCopy full SHA for 3b505bf
src/manifest.json
@@ -1,17 +1,28 @@
1
{
2
"manifest_version": 3,
3
"name": "GitHub Isometric Contributions",
4
- "version": "1.2.0",
+ "version": "1.2.1",
5
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
6
"content_scripts": [
7
8
- "css": ["iso.css"],
9
- "js": ["obelisk.min.js", "iso.js"],
10
- "matches": ["https://github.com/*"]
+ "css": [
+ "iso.css"
+ ],
11
+ "js": [
12
+ "obelisk.min.js",
13
+ "iso.js"
14
15
+ "matches": [
16
+ "https://github.com/*"
17
+ ]
18
}
19
],
- "permissions": ["storage"],
- "host_permissions": ["https://github.com/"],
20
+ "permissions": [
21
+ "storage"
22
23
+ "host_permissions": [
24
+ "https://github.com/"
25
26
"icons": {
27
"48": "icon-48.png",
28
"128": "icon-128.png"
0 commit comments