mirror of
https://github.com/FranP-code/wii-shop-extension.git
synced 2025-10-12 23:52:52 +00:00
Initial version with Firefox download
This commit is contained in:
22
manifest.json
Normal file
22
manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Wii Shop Channel Music",
|
||||
"version": "1.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"
|
||||
],
|
||||
"background": {
|
||||
"scripts": [
|
||||
"js/site-list.js",
|
||||
"js/background.js"
|
||||
]
|
||||
},
|
||||
"icons": {
|
||||
"48": "img/icon48.png",
|
||||
"128": "img/icon128.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user