Merch Jar

Merch Jar

Merch Jar extension exclusively for the users of merchjar.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Merch Jar",
  "version": "0.1.1.0",
  "author": "Merch Jar Team",
  "description": "Merch Jar extension exclusively for the users of merchjar.com",
  "permissions": [
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "*://merch.amazon.com/*"
  ],
  "background": {
    "service_worker": "build/background.js"
  },
  "icons": {
    "192": "logo192.png"
  },
  "action": {
    "default_icon": {
      "192": "logo192.png"
    },
    "default_title": "Popup",
    "default_popup": "popup.html"
  }
}