From 89abe7e2333d355c027f5b48786222d0a2b36f01 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sun, 16 Feb 2020 00:15:35 +0800 Subject: [PATCH] 0.8.9 --- package.json | 2 +- src/manifest.json | 25 +++++++++++++++++++------ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c1cbd5b..5d85f48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitako", - "version": "0.8.8", + "version": "0.8.9", "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 a0396a6..432396a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,19 +1,32 @@ { "manifest_version": 2, "name": "Gitako - Github file tree", - "version": "0.8.8", + "version": "0.8.9", "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/*"], - "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