|
@ -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
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|