Split files into subdirectories

No functional change!
This commit is contained in:
Jaidyn Ann 2024-03-04 14:34:56 -06:00
parent d4ad23b893
commit 3b09eb6d2a
15 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@ function initShellfoxProgram() {
browser.tabs.create({ browser.tabs.create({
"active": true, "active": true,
"url": "/error.html", "url": "/html/error.html",
"openerTabId": openerTab "openerTabId": openerTab
}) })
}); });

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 197 B

View File

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -9,16 +9,16 @@
"default_locale": "en", "default_locale": "en",
"icons": { "icons": {
"250": "res/shellfox.png", "250": "img/shellfox.png",
"38": "res/shellfox-38.png", "38": "img/shellfox-38.png",
"19": "res/shellfox-19.png" "19": "img/shellfox-19.png"
}, },
"page_action": { "page_action": {
"default_icon": { "default_icon": {
"250": "res/shellfox-action.png", "250": "img/shellfox-action.png",
"38": "res/shellfox-action-38.png", "38": "img/shellfox-action-38.png",
"19": "res/shellfox-action-19.png" "19": "img/shellfox-action-19.png"
}, },
"default_title": "__MSG_pageActionName__" "default_title": "__MSG_pageActionName__"
}, },
@ -45,6 +45,6 @@
}, },
"options_ui": { "options_ui": {
"page": "options.html" "page": "html/options.html"
} }
} }