We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19dae69 commit 0490e69Copy full SHA for 0490e69
#!inf.json
@@ -74,6 +74,9 @@
74
"page": {
75
"action": {
76
"devtools/dist/page-action.js": {
77
+ "icons": {
78
+ "48": "./src/skin/Icon_48_disabled.png"
79
+ },
80
"code": {
81
"gi0.PINF.it/build/v0 # /scripts/devtools/dist # /": {
82
"@jsonrep # builder/v1": {
src/background.js
@@ -125,10 +125,6 @@ LIB.browser.tabs.onActivated.addListener(function (activeInfo) {
125
});
126
// sync state when a tab status updates
127
LIB.browser.tabs.onUpdated.addListener(syncPageActionState);
128
-// destroy sync state when tab closes
129
-LIB.browser.tabs.onRemoved.addListener(function (tabId) {
130
- delete pageActionState[tabId];
131
-});
132
133
134
0 commit comments