Price Product Checker

Price Product Checker

Price Product Checker&Tracker online bigest store

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Price Product Checker",
  "short_name": "Price Product Checker! at right click displays the largest sales sites",
  "version": "1.5",
  "description": "__MSG_ext_description__",
  "author": "Office Price",
  "options_page": "options.html",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "https://*/"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "cauta_pricero.js",
      "searches.js",
      "event.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://platform.twitter.com; object-src 'self'",
  "default_locale": "en",
  "manifest_version": 2
}