UPCZilla Search

UPCZilla Search

Search engine for UPCs - with price comparison too

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UPCZilla Search",
  "short_name": "UPCZilla",
  "version": "1.8.1",
  "manifest_version": 2,
  "description": "Search engine for UPCs - with price comparison too",
  "content_security_policy": "script-src 'self' https://www.google.com https://www.google-analytics.com 'self';object-src 'self'",
  "browser_action": {
    "default_icon": "search.png",
    "icons": {
      "128": "icon128.png"
    },
    "default_popup": "popup.html",
    "content_scripts": [
      {
        "css": [
          "searchform.css"
        ],
        "matches": [
          "<all_urls>"
        ]
      }
    ]
  },
  "permissions": [
    "https://www.upczilla.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}