diff --git a/package.json b/package.json index a4cc2ab..d02882c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitako", - "version": "0.4.16", + "version": "0.4.17", "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 ed41740..d2776f9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,18 +1,25 @@ { "manifest_version": 2, "name": "Gitako - Github file tree", - "version": "0.4.16", + "version": "0.4.17", "description": "The missing part of GitHub.", "author": "EnixCoda", "icons": { "128": "icons/Gitako-128x128.png" }, "homepage_url": "https://github.com/EnixCoda/Gitako", - "permissions": ["storage", "*://github.com/*"], + "permissions": [ + "storage", + "*://github.com/*" + ], "content_scripts": [ { - "matches": ["https://github.com/*"], - "js": ["content.js"] + "matches": [ + "https://github.com/*" + ], + "js": [ + "content.js" + ] } ] -} +} \ No newline at end of file