Update permissions for backup

This commit is contained in:
narcolepticinsomniac 2017-01-30 14:20:20 -05:00 committed by GitHub
parent d6808e46ff
commit ab12ccc1c0

View File

@ -1,8 +1,8 @@
{ {
"name": "Stylish", "name": "Stylus",
"version": "1.5.2", "version": "1.0",
"description": "__MSG_description__", "description": "__MSG_description__",
"homepage_url": "https://userstyles.org", "homepage_url": "https://github.com/schomery/stylish-chrome",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {
"16": "16.png", "16": "16.png",
@ -12,10 +12,14 @@
"permissions": [ "permissions": [
"tabs", "tabs",
"webNavigation", "webNavigation",
"webRequest",
"webRequestBlocking",
"contextMenus", "contextMenus",
"storage", "storage",
"http://userstyles.org/", "*://*/*"
"https://userstyles.org/" ],
"optional_permissions": [
"downloads"
], ],
"background": { "background": {
"scripts": ["messaging.js", "storage-websql.js", "storage.js", "background.js"] "scripts": ["messaging.js", "storage-websql.js", "storage.js", "background.js"]
@ -50,7 +54,7 @@
"19": "19w.png", "19": "19w.png",
"38": "38w.png" "38": "38w.png"
}, },
"default_title": "Stylish", "default_title": "Stylus",
"default_popup": "popup.html" "default_popup": "popup.html"
}, },
"default_locale": "en" "default_locale": "en"