From 573350549c6d5204b32df03ba66399709dfb24cf Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 4 Nov 2019 20:49:30 +0800 Subject: [PATCH] 0.6.0 --- package.json | 2 +- src/manifest.json | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 094a2cc..5fb2e6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitako", - "version": "0.5.15", + "version": "0.6.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 9a8f6e4..aafe65d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,18 +1,28 @@ { "manifest_version": 2, "name": "Gitako - Github file tree", - "version": "0.5.15", + "version": "0.6.0", "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/*", "*://*.sentry.io/*"], + "permissions": [ + "storage", + "*://*.github.com/*", + "*://*.sentry.io/*" + ], "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