diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 9 |
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"] + } } |