Aiveera Online Shopping Assistant

Aiveera Online Shopping Assistant

Aiveera 1-Click Price Comparison

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appname__",
  "version": "1.9.7",
  "description": "__MSG_appdesc__",
  "homepage_url": "https://aiveera.com/",
  "default_locale": "en",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "browser_action": {
    "default_title": "__MSG_appdesc__",
    "default_icon": "img/16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/libs/jquery-3.2.1.min.js",
      "js/utils.js",
      "js/background/login.js",
      "js/background/management.js",
      "js/background/background.js",
      "js/background/tracker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/libs/jquery-3.2.1.min.js",
        "js/libs/logger.js",
        "js/utils.js",
        "js/inject/content.js",
        "js/inject/management.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "webRequest",
    "tabs",
    "webRequestBlocking",
    "storage",
    "alarms",
    "management"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "img/icon.png",
    "img/*.png"
  ]
}