From 77fc4c9583bd225c66fe56798f024294a4aa9995 Mon Sep 17 00:00:00 2001 From: Enix Date: Wed, 10 Apr 2019 10:00:25 +0800 Subject: [PATCH] 0.4.17 --- package.json | 2 +- src/manifest.json | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) 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