Price Master

Price Master

Price Master

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Price Master",
  "short_name": "Price Master",
  "version": "1.0.2",
  "description": "Price Master",
  "icons": {
    "16": "icons/button.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "main.js"
      ]
    }
  ],
  "homepage_url": "http://pricemaster.co.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "http://*/*"
  ],
  "web_accessible_resources": [
    "extension.js"
  ]
}