Ecom Extension

Ecom Extension

Notifier for the Ecom website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ecom Extension",
  "description": "Notifier for the Ecom website",
  "version": "1.0.6",
  "browser_action": {
    "default_icon": "./assets/images/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "./assets/scripts/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "background",
    "storage",
    "notifications",
    "alarms",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}