MySmartPrice

MySmartPrice

Get the best price on 10 million+ products across 100+ online stores. Find more! Save more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "authors": [
    {
      "email": "[email protected]",
      "name": "MySmartPrice"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon_32px.png",
      "38": "icon_64px.png"
    },
    "default_popup": "popup.html",
    "default_title": "MySmartPrice"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com   https://sdk.amazonaws.com; object-src 'self'",
  "description": "Get the best price on 10 million+ products across 100+ online stores. Find more! Save more!",
  "homepage_url": "http://www.mysmartprice.com/",
  "icons": {
    "16": "icon_16px.png",
    "128": "icon_128px.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnFECZWxzPOMULFc/5woy4q19vXIkpC4eyDBgoPvhVc/6pxXblE8wxjBpOgJJg8PqFLqM8L5zpTN7Yb2l6vUjtzM6h4imiMjv8Oox61daAKymva4sC8ZCba9XkeT7fZvEOK2tZc1ci7C9pUZbFYYqAqJIwWF71QCGio2MiHOKcXEbj7yia5q75RwFhVcXRuEUDAxCbRtEJVYH0ASYHZTklvdKB9hrwWArccTk2v0HwBxmY4o1FMtuYfbnOveOoz3CSByJRU/cgIPiyrOelxrvgPEbr3rlIyAIZ0F7AhLExs8A6FuoBxep1xECq8hEOrvarcXU7ZjewpG+fHPQ2FXTIwIDAQAB",
  "manifest_version": 2,
  "name": "MySmartPrice",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "cookies",
    "notifications",
    "gcm",
    "unlimitedStorage",
    "storage"
  ],
  "short_name": "MySmartPrice",
  "version": "3.0",
  "web_accessible_resources": [
    "icon.png",
    "jquery.min.map"
  ]
}