Edflex Search

Edflex Search

Get more from your Google searches by integrating Edflex recommendations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Edflex",
  "name": "__MSG_ext_name__",
  "description": "__MSG_description__",
  "version": "2.9",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/vendor.js",
        "js/main.js",
        "content-script.js"
      ]
    }
  ],
  "action": {
    "default_title": "__MSG_action_default_title__"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://www.google.com/search*",
      "https://*.edflex.com/*/connect/search-extension/browser",
      "https://*.dev-edflex.com/*/connect/search-extension/browser",
      "https://*.local-edflex.com/*/connect/search-extension/browser"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}