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