#9 No install button on userstyles.org HTTPS server

This commit is contained in:
Jason Barnabe 2014-03-22 14:39:58 -05:00
parent 28057bd67f
commit 9445f47a3e

View File

@ -11,7 +11,8 @@
}, },
"permissions": [ "permissions": [
"tabs", "tabs",
"http://userstyles.org/" "http://userstyles.org/",
"https://userstyles.org/"
], ],
"background": { "background": {
"page": "background.html" "page": "background.html"
@ -24,7 +25,7 @@
"js": ["apply.js"] "js": ["apply.js"]
}, },
{ {
"matches": ["http://userstyles.org/*", "http://userstyles.local/*"], "matches": ["http://userstyles.org/*", "https://userstyles.org/*"],
"run_at": "document_end", "run_at": "document_end",
"all_frames": false, "all_frames": false,
"js": ["install.js"] "js": ["install.js"]