major moving around of files
This commit is contained in:
parent
4686f89010
commit
8f0f7fb923
15 changed files with 303 additions and 240 deletions
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "__MSG_manifest_name__",
|
||||
"description": "__MSG_manifest_description__",
|
||||
"name": "__MSG_extension_name__",
|
||||
"description": "__MSG_extension_description__",
|
||||
"version": "0",
|
||||
|
||||
"permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage"],
|
||||
|
||||
"action": {
|
||||
"default_icon": "gui/icons/logo_no_tiny.png",
|
||||
"default_popup": "gui/popup.htm"
|
||||
"default_popup": "gui/pages/open/popup.htm"
|
||||
},
|
||||
|
||||
"background": {
|
||||
|
@ -33,7 +33,7 @@
|
|||
"512": "gui/icons/logo_tiny.png"
|
||||
},
|
||||
|
||||
"options_page": "gui/settings.htm",
|
||||
"options_page": "gui/pages/open/settings.htm",
|
||||
|
||||
"default_locale": "en"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue