This commit is contained in:
David Ralph 2020-08-26 15:39:16 +01:00
parent f9f77f24c0
commit 348d3e8578
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
chrome.runtime.onInstalled.addListener((details) => localStorage.clear());

View File

@ -14,5 +14,8 @@
"16": "./icons/16x16-circle.png",
"48": "./icons/48x48-circle.png",
"128": "./icons/128x128-circle.png"
}
},
"background": {
"scripts": ["background-chrome.js"]
}
}