mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
4.0.1
This commit is contained in:
1
manifest/background-chrome.js
Normal file
1
manifest/background-chrome.js
Normal file
@@ -0,0 +1 @@
|
||||
chrome.runtime.onInstalled.addListener((details) => localStorage.clear());
|
||||
@@ -14,5 +14,8 @@
|
||||
"16": "./icons/16x16-circle.png",
|
||||
"48": "./icons/48x48-circle.png",
|
||||
"128": "./icons/128x128-circle.png"
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["background-chrome.js"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user