diff --git a/package.json b/package.json index 2bad787..792cf00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitako", - "version": "0.8.10", + "version": "1.0.0", "description": "The missing part of GitHub.", "repository": "https://github.com/EnixCoda/Gitako", "author": "EnixCoda", diff --git a/src/manifest.json b/src/manifest.json index 67080ef..673a61c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Gitako - Github file tree", - "version": "0.8.10", + "version": "1.0.0", "description": "The missing part of GitHub.", "author": "EnixCoda", "icons": { @@ -10,12 +10,25 @@ "512": "icons/Gitako-512.png" }, "homepage_url": "https://github.com/EnixCoda/Gitako", - "permissions": ["storage", "*://*.github.com/*", "*://*.sentry.io/*"], - "web_accessible_resources": ["icons/vscode/*", "content.css"], + "permissions": [ + "storage", + "*://*.github.com/*", + "*://*.sentry.io/*" + ], + "web_accessible_resources": [ + "icons/vscode/*", + "content.css" + ], "content_scripts": [ { - "matches": ["https://github.com/*"], - "js": ["firefox-shim.js", "browser-polyfill.js", "content.js"] + "matches": [ + "https://github.com/*" + ], + "js": [ + "firefox-shim.js", + "browser-polyfill.js", + "content.js" + ] } ] -} +} \ No newline at end of file