aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index b50d7cb..854de84 100644
--- a/manifest.json
+++ b/manifest.json
@@ -7,6 +7,11 @@
"permissions": [
"webRequest",
- "https://*.github.com/"
- ]
+ "webRequestBlocking",
+ "https://github.com/*"
+ ],
+
+ "background": {
+ "scripts": ["change-user-agent.js"]
+ }
}