Fix import

* Add options page to import/export (export also possible from popup)
* Change popup import to open options
* Add separate store.js file for common code between popup and options
* Bump version to 1.5.0
This commit is contained in:
Corentin 2024-05-07 10:04:48 +09:00
commit b9d8c89120
7 changed files with 679 additions and 501 deletions

View file

@ -16,9 +16,13 @@
},
"manifest_version": 2,
"name": "uOTP",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"clipboardWrite"
],
"version": "1.4.0"
"version": "1.5.0"
}