| summaryrefslogtreecommitdiff | 
path: root/manifest.json
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-10-01 12:53:24 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-10-01 12:53:24 +0200 | 
| commit | 612f46b26057409eecf93f5473f42bbd9ed7afe3 (patch) | |
| tree | 3e8f3155859cafcb4f7bf1ce3de1e7caf277458d /manifest.json | |
| parent | b5bb4f45133e7d89fa85d185d13ec4c7c2ece887 (diff) | |
...
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/manifest.json b/manifest.json index 63af7cb..5c33ba0 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,10 @@        "96": "images/to-favicon.svg"     }, -  "permissions": [ ], +   "permissions": [ +      "http://127.0.0.1/", +      "https://*/" +   ],     "browser_action": {        "default_icon": "images/to-favicon.svg", | 


