Cub&Lux (France)

Cub&Lux (France)

Cub&Lux is an innovative and united advertising search engine where everyone is a winner.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0.3",
  "default_locale": "fr",
  "permissions": [],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "/images/logo-16x16.png",
      "32": "/images/logo-32x32.png",
      "48": "/images/logo-48x48.png",
      "128": "/images/logo-128x128.png"
    }
  },
  "icons": {
    "16": "/images/logo-16x16.png",
    "32": "/images/logo-32x32.png",
    "48": "/images/logo-48x48.png",
    "128": "/images/logo-128x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Cub&Lux",
      "is_default": true,
      "encoding": "UTF-8",
      "search_url": "https://ad.cub-lux.fr/search?term={searchTerms}",
      "keyword": "disc",
      "favicon_url": "https://ad.cub-lux.fr/favicon.ico"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}