diff --git a/manifest.json b/manifest.json index a7777d7..a1dd607 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,13 @@ "manifest_version": 2, "author": "Serraniel", "homepage_url": "https://github.com/Serraniel/EnhancedAniwatch", + "options_ui": { + "page": "settings/settings.html", + "open_in_tab": true + }, + "permissions": [ + "storage" + ], "content_scripts": [{ "matches": [ "*://aniwatch.me/*" diff --git a/settings/settings.html b/settings/settings.html new file mode 100644 index 0000000..e69de29 diff --git a/settings/settings.js b/settings/settings.js new file mode 100644 index 0000000..e69de29