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:
parent
c20a6397fc
commit
b9d8c89120
7 changed files with 679 additions and 501 deletions
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue