MySwitPlanet

MySwitPlanet

Search for products with cashback has become even easier. Return cashback without visiting the website!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MySwitPlanet",
  "short_name": "MySwitPlanet",
  "version": "1.0.11",
  "description": "Search for products with cashback has become even easier. Return cashback without visiting the website!",
  "homepage_url": "https://market.myswitplanet.com/",
  "author": "market.myswitplanet.com",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>",
    "unlimitedStorage",
    "cookies",
    "management"
  ],
  "background": {
    "scripts": [
      "vendors/bundle.js",
      "bg/bundle.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon-default.png",
    "default_title": "MySwitPlanet",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon-48.png",
    "18": "icon-48.png",
    "32": "icon-48.png",
    "128": "icon-48.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "content/*.css",
    "content/*.svg"
  ]
}