Popup design

This commit is contained in:
Leonetienne
2021-03-13 17:27:51 +01:00
parent 43a779f6ec
commit 402ff761d4
20 changed files with 206 additions and 0 deletions

View File

@@ -9,10 +9,15 @@
"128": "icon/128.png"
},
"browser_action": {
"default_popup": "popup/index.html"
},
"permissions": [
"background",
"contextMenus",
"webRequest",
"storage",
"*://*/*"
],