Pushcart - Share Amazon Cart & More

Pushcart - Share Amazon Cart & More

Pushcart makes it possible to share your shopping cart with anyone! Over 1 million sites are supported.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pushcart - Share Amazon Cart & More",
  "description": "Pushcart makes it possible to share your shopping cart with anyone! Over 1 million sites are supported.",
  "version": "1.43",
  "manifest_version": 3,
  "action": {
    "default_title": "Pushcart - Share Shopping Cart",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "32": "/images/cart_inactive.png"
    }
  },
  "icons": {
    "48": "/images/cart_48x48.png",
    "128": "/images/cart_128x128.png"
  },
  "options_ui": {
    "page": "/options/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://getpushcart.com/*"
      ],
      "js": [
        "pushcart.bundle.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/web_accessible/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "cookies",
    "declarativeNetRequest",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}