Initial popup UI and music picker

This commit is contained in:
Corbin Davenport
2021-11-26 20:15:44 -05:00
parent a65d87f414
commit 785e61622d
10 changed files with 119 additions and 12 deletions

View File

@@ -7,7 +7,8 @@
"homepage_url": "https://github.com/corbindavenport/wii-shop-extension",
"permissions": [
"tabs",
"notifications"
"notifications",
"storage"
],
"background": {
"scripts": [
@@ -15,6 +16,11 @@
"js/background.js"
]
},
"browser_action": {
"default_icon": "img/icon128.png",
"default_popup": "popup.html",
"default_title": "Wii Shop Channel Music"
},
"icons": {
"48": "img/icon48.png",
"128": "img/icon128.png"