mirror of
https://github.com/FranP-code/wii-shop-extension.git
synced 2025-10-12 23:52:52 +00:00
Initial popup UI and music picker
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user