Popcart: Compare Prices Instantly, Save Money

Popcart: Compare Prices Instantly, Save Money

Instantly compare prices and save money when you shop online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Popcart: Compare Prices Instantly, Save Money",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjt7pbLoZp+Ka5UfwLl4XCprdGsx+M/PZdmcaw06gCxeFSxqnAK/0KdhprbS03bvUbmOyWSVoWTGx5l15w+IJaLWTdybMOtfPhxecJsI1aMbqBpfJqYNOqp9VgtdEx9ycGRfPRTIWG877yk2O2pvVv6cV+9G7K/BxM2yGJZZ6IucBaJfHJERSB+ucNb9gfioEgCAfSM+kas8sXeKm5lSraJNF9TDXZ9YEraHhwXqGShYN2GgVjV38LCvcZG+gf6lZvzlSJwm230N9kmO/tmzhIp79uH1Nahn0J3mwXrnanQEoG4ETJzbszhvL9ojfDCTa3T8sVqZ0RELnj16sEMNjjQIDAQAB",
  "version": "2.0.0.1352",
  "description": "Instantly compare prices and save money when you shop online.",
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://*.facebook.net/ 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "16": "images/[email protected]",
      "32": "images/[email protected]",
      "48": "images/[email protected]",
      "128": "images/[email protected]"
    }
  },
  "content_scripts": [
    {
      "js": [
        "popcartSupportedContentScript.bundle.js"
      ],
      "run_at": "document_start",
      "match_about_blank": false,
      "all_frames": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "16": "images/[email protected]",
    "32": "images/[email protected]",
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "web_accessible_resources": [
    "images/*.gif",
    "images/*.png",
    "images/*.svg",
    "audio/*.wav"
  ],
  "manifest_version": 2,
  "externally_connectable": {
    "matches": [
      "https://app.popcart.com/*"
    ]
  }
}