diff --git a/manifest.json b/manifest.json index 962d84c..b35c858 100644 --- a/manifest.json +++ b/manifest.json @@ -16,10 +16,23 @@ "http://*/*", "https://*/*" ], + "include_globs": [ + "*://localhost/*", + "*://*.local/*", + "*://10.*.*.*/*", + "*://172.16.*.*/*", + "*://172.17.*.*/*", + "*://172.18.*.*/*", + "*://172.19.*.*/*", + "*://172.2?.*.*/*", + "*://172.30.*.*/*", + "*://172.31.*.*/*", + "*://192.168.*.*/*" + ], "js": [ "reload.js" ] - } + } ], "background": { "scripts": [ @@ -36,4 +49,4 @@ "http://*/*", "https://*/*" ] -} \ No newline at end of file +}