CENEO Visual Search wersja Preview

CENEO Visual Search wersja Preview

CENEO Visual Search Extension for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Ceneo.pl",
  "name": "CENEO Visual Search wersja Preview",
  "description": "CENEO Visual Search Extension for Chrome",
  "version": "1.18",
  "browser_action": {
    "default_icon": {
      "20": "1.0/img/icon_20.png",
      "40": "1.0/img/icon_40.png",
      "128": "1.0/img/icon_128.png"
    },
    "default_popup": "1.0/popup.html"
  },
  "background": {
    "scripts": [
      "1.0/js/background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "1.0/img/icon_16.png",
    "32": "1.0/img/icon_32.png",
    "48": "1.0/img/icon_48.png",
    "128": "1.0/img/icon_128.png",
    "176": "1.0/img/icon_176.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "<all_urls>",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/1.0/js/contentscript.js"
      ],
      "css": [
        "/1.0/css/styles.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "/1.0/img/*",
    "/1.0/js/vsapi.js"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}