Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nintendo Store Wishlist",
"description": "Keep track of the games you want to buy on Nintendo Store and their current prices.",
"version": "1.0.1",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_icon": {
"48": "nin-icon-48.png",
"128": "nin-icon-128.png"
}
},
"icons": {
"48": "nin-icon-48.png",
"128": "nin-icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"alarms",
"storage"
],
"host_permissions": [
"https:\/\/nintendo.com\/",
"https:\/\/nintendo.ru\/",
"https:\/\/api.ec.nintendo.com\/"
]
}