Wonderpop

Wonderpop

Discover value-driven alternatives to Amazon products

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Discover value-driven alternatives to Amazon products",
  "version": "0.0.0.4",
  "name": "Wonderpop",
  "manifest_version": 2,
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "logo.png",
    "default_title": "Be Surprised"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "css": [
        "modal.css"
      ],
      "matches": [
        "*://*.amazon.fr/*",
        "*://*.amazon.com/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.com.mx/*",
        "*://*.amazon.co.jp/*",
        "*://*.amazon.it/*",
        "*://*.amazon.in/*",
        "*://*.amazon.es/*",
        "*://*.amazon.cn/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.com.br/*",
        "*://*.amazon.de/*",
        "*://*.amazon.com.au/*"
      ],
      "js": [
        "modal.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "logo.png",
    "settings-24px.png",
    "close-24px.png",
    "launch-24px.png",
    "feedback-24px.png",
    "templates.html",
    "button-request-enabled.png",
    "button-request-hover.png",
    "button-request-pressed.png",
    "button-found-enabled.png",
    "button-found-hover.png",
    "button-found-pressed.png"
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "http://ec2-35-164-161-152.us-west-2.compute.amazonaws.com:3000/*",
    "http://localhost:3000/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}