Flipshope: Price Tracker and much more

Flipshope: Price Tracker and much more

Automatically find and apply coupon code in a click, get features like Price tracker, price drop alert, recent price drops and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_description__",
  "version": "4.1.0",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "icons": {
    "128": "icon-128.png"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "icon-gray.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "match_about_blank": false,
      "all_frames": false,
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "homepage_url": "https://flipshope.com",
  "permissions": [
    "notifications",
    "tabs",
    "cookies",
    "gcm",
    "storage",
    "unlimitedStorage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "/assets/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "short_name": "Flipshope"
}