diff --git a/src/manifest.json b/src/manifest.json index 6c0b983..068d527 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,18 +1 @@ -{ - "manifest_version": 2, - "name": "Gitako", - "version": "0.2.6", - "author": "EnixCoda", - "icons": { - "128": "icons/Gitako-128x128.png" - }, - "description": "yet another GitHub extension, inspired by Octotree and GayHub.", - "homepage_url": "https://github.com/EnixCoda/Gitako", - "permissions": ["tabs", "storage", "*://github.com/*"], - "content_scripts": [ - { - "matches": ["https://github.com/*"], - "js": ["content.js"] - } - ] -} +{"manifest_version":2,"name":"Gitako","version":"0.3.0","author":"EnixCoda","icons":{"128":"icons/Gitako-128x128.png"},"description":"yet another GitHub extension, inspired by Octotree and GayHub.","homepage_url":"https://github.com/EnixCoda/Gitako","permissions":["tabs","storage","*://github.com/*"],"content_scripts":[{"matches":["https://github.com/*"],"js":["content.js"]}]} \ No newline at end of file