Nintendo Store Wishlist

Nintendo Store Wishlist

Keep track of the games you want to buy on Nintendo Store and their current prices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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/"
  ]
}