From ab12ccc1c0d1042c540e8fafb0c53674aa9b84aa Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Mon, 30 Jan 2017 14:20:20 -0500 Subject: [PATCH] Update permissions for backup --- manifest.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 5476c0d8..d0ed8918 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { - "name": "Stylish", - "version": "1.5.2", + "name": "Stylus", + "version": "1.0", "description": "__MSG_description__", - "homepage_url": "https://userstyles.org", + "homepage_url": "https://github.com/schomery/stylish-chrome", "manifest_version": 2, "icons": { "16": "16.png", @@ -12,10 +12,14 @@ "permissions": [ "tabs", "webNavigation", + "webRequest", + "webRequestBlocking", "contextMenus", "storage", - "http://userstyles.org/", - "https://userstyles.org/" + "*://*/*" + ], + "optional_permissions": [ + "downloads" ], "background": { "scripts": ["messaging.js", "storage-websql.js", "storage.js", "background.js"] @@ -50,7 +54,7 @@ "19": "19w.png", "38": "38w.png" }, - "default_title": "Stylish", + "default_title": "Stylus", "default_popup": "popup.html" }, "default_locale": "en"