From 9445f47a3e6d1e88714da1a27e5dbc5ca49d6cc4 Mon Sep 17 00:00:00 2001 From: Jason Barnabe Date: Sat, 22 Mar 2014 14:39:58 -0500 Subject: [PATCH] #9 No install button on userstyles.org HTTPS server --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 640a497f..e4b6e53d 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,8 @@ }, "permissions": [ "tabs", - "http://userstyles.org/" + "http://userstyles.org/", + "https://userstyles.org/" ], "background": { "page": "background.html" @@ -24,7 +25,7 @@ "js": ["apply.js"] }, { - "matches": ["http://userstyles.org/*", "http://userstyles.local/*"], + "matches": ["http://userstyles.org/*", "https://userstyles.org/*"], "run_at": "document_end", "all_frames": false, "js": ["install.js"]