Kadaza — The Ultimate Homepage & Web Portal

Kadaza — The Ultimate Homepage & Web Portal

This extension sets Kadaza as your homepage and new tab page in Firefox. A clear & fast start on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "version": "1.0.1",
  "permissions": [
    "storage",
    "geolocation"
  ],
  "background": {
    "page": "src/pages/background/index.html"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "chrome_url_overrides": {
    "newtab": "src/pages/newtab/index.html"
  },
  "chrome_settings_overrides": {
    "homepage": "src/pages/newtab/index.html"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  }
}