diff --git a/public/manifest.json b/public/manifest.json index 2f1ada5..8a5a69f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Scryfall Mentor", - "version": "0.1.3", + "version": "0.1.4", "browser_specific_settings": { "gecko": { "id": "scryfall-mentor@VulumeCode", @@ -18,7 +18,12 @@ "default_title": "Scryfall Mentor", "default_panel": "index.html" }, - "permissions": ["history", "tabs", "storage", "webNavigation"], + "permissions": [ + "history", + "tabs", + "storage", + "webNavigation" + ], "commands": { "_execute_sidebar_action": { "suggested_key": { @@ -26,4 +31,4 @@ } } } -} +} \ No newline at end of file diff --git a/releases/362c776156d5441d9513-0.1.4.xpi b/releases/362c776156d5441d9513-0.1.4.xpi new file mode 100644 index 0000000..44e9d24 Binary files /dev/null and b/releases/362c776156d5441d9513-0.1.4.xpi differ