Active8

Active8

Empower each session with the the worlds best sports imagery!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "static/js/background.js"
  },
  "version": "1.0.4",
  "manifest_version": 3,
  "name": "Active8",
  "description": "Empower each session with the the worlds best sports imagery!",
  "homepage_url": "https://activate-tab.com/",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "img/icon16px.png",
    "48": "img/icon48px.png",
    "128": "img/icon128px.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Active8 Search",
      "keyword": "Keyword",
      "search_url": "https://y.activate-tab.com/search?q={searchTerms}",
      "favicon_url": "https://activate-tab.com/wp-content/uploads/2020/11/favicon8.png",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "content_security_policy": {}
}