From 1fb75e6d5d6e70a0f1d0c18b667759596e55af8b Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 8 Feb 2020 00:38:34 +0800 Subject: [PATCH] 0.8.7 --- package.json | 2 +- src/manifest.json | 28 +++++++++++++++++++++------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index dec73e3..0be2289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitako", - "version": "0.8.6", + "version": "0.8.7", "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 f1423e4..77b3276 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,20 +1,34 @@ { "manifest_version": 2, "name": "Gitako - Github file tree", - "version": "0.8.6", + "version": "0.8.7", "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/*"], + "permissions": [ + "storage", + "*://*.github.com/*", + "*://*.sentry.io/*" + ], + "web_accessible_resources": [ + "icons/vscode/*" + ], "content_scripts": [ { - "matches": ["https://github.com/*"], - "css": ["content.css"], - "js": ["firefox-shim.js", "browser-polyfill.js", "content.js"] + "matches": [ + "https://github.com/*" + ], + "css": [ + "content.css" + ], + "js": [ + "firefox-shim.js", + "browser-polyfill.js", + "content.js" + ] } ] -} +} \ No newline at end of file