Compare commits
2 Enmetoj
cb05a02a3c
...
667116b1a5
Author | SHA1 | Date | |
---|---|---|---|
Jaidyn Ann | 667116b1a5 | ||
Jaidyn Ann | 2a33fdaec1 |
2
Makefile
2
Makefile
|
@ -39,4 +39,4 @@ native-uninstall:
|
||||||
|
|
||||||
.PHONY: xpi
|
.PHONY: xpi
|
||||||
xpi:
|
xpi:
|
||||||
@rm -f shellfox.xpi && zip -r shellfox.xpi background.js manifest.json _locales html img/shellfox*.png
|
@rm -f shellfox.xpi && zip -r shellfox.xpi background.js manifest.json _locales html img/shellfox*.png img/shellfox.svg
|
||||||
|
|
|
@ -271,7 +271,7 @@ browser.menus.onClicked.addListener((info, tab) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
browser.action.onClicked.addListener(() => {
|
browser.browserAction.onClicked.addListener(() => {
|
||||||
openNewTab("/html/options.html");
|
openNewTab("/html/options.html");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<span>
|
<span>
|
||||||
<img style="display: inline; width: 3em;" src="../img/shellfox.png">
|
<img style="display: inline; width: 3em;" src="../img/shellfox.svg">
|
||||||
<h1 style="display: inline;" id="errorTitle">Shellfox failed to run command</h1>
|
<h1 style="display: inline;" id="errorTitle">Shellfox failed to run command</h1>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 2,
|
||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"version": "0.12",
|
"version": "0.12",
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
"default_title": "__MSG_pageActionName__"
|
"default_title": "__MSG_pageActionName__"
|
||||||
},
|
},
|
||||||
|
|
||||||
"action": {
|
"browser_action": {
|
||||||
},
|
},
|
||||||
|
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
|
Ŝarĝante…
Reference in New Issue