Just Pick - Find the best Amazon items fast!

Just Pick - Find the best Amazon items fast!

Find the best Amazon items fast!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Just Pick - Find the best Amazon items fast!",
  "description": "Find the best Amazon items fast!",
  "version": "0.0.0.17",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/JustPickBasketLogo16px.png",
      "32": "/images/JustPickBasketLogo32px.png",
      "48": "/images/JustPickBasketLogo48px.png",
      "128": "/images/JustPickBasketLogo128px.png"
    }
  },
  "icons": {
    "16": "/images/JustPickBasketLogo16px.png",
    "32": "/images/JustPickBasketLogo32px.png",
    "48": "/images/JustPickBasketLogo48px.png",
    "128": "/images/JustPickBasketLogo128px.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*",
        "https://www.amazon.co.uk/*",
        "https://www.amazon.de/*",
        "https://www.amazon.co.jp/*",
        "https://www.amazon.nl/*",
        "https://www.amazon.com.br/*",
        "https://www.amazon.com.mx/*",
        "https://www.amazon.in/*",
        "https://www.amazon.cn/*",
        "https://www.amazon.es/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}