mirror of
https://github.com/FranP-code/wii-shop-extension.git
synced 2025-10-12 23:52:52 +00:00
29 lines
640 B
JSON
29 lines
640 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Wii Shop Channel Music",
|
|
"version": "2.0",
|
|
"author": "Corbin Davenport",
|
|
"description": "Plays the Wii Shop theme when you visit shopping websites.",
|
|
"homepage_url": "https://github.com/corbindavenport/wii-shop-extension",
|
|
"permissions": [
|
|
"tabs",
|
|
"notifications",
|
|
"storage"
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"js/site-list.js",
|
|
"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"
|
|
}
|
|
}
|