diff options
| -rw-r--r-- | ext/manifest.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index d9367946..70ce4a9a 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -18,7 +18,7 @@      "options_ui": {          "page": "bg/options.html"      }, -    "permissions": ["storage"], +    "permissions": ["*://127.0.0.1/*", "storage"],      "web_accessible_resources": [          "fg/css/frame.css",          "fg/img/add_kanji.png",  |