commit 4aa2ad8a7c03ceacbe07d29954b7f5eaec69d802 Author: OverPoweredDev Date: Tue Jun 22 11:14:42 2021 +0530 changed default options page diff --git a/src/manifest.json b/src/manifest.json index 3e3910b..13b8662 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "version" : "1.0", "description": "Cross-browser WebExtension Frontend for the Apertium APy service", - "options_page": "popup/options.html", + "options_page": "settings/settings.html", "browser_action": { "default_title": "Apertium", "default_popup": "popup/popup.html",