Home++

Home++

Lightweight and customizable home page to enhance your browsing experience with your own links, background, theme and settings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Home++",
  "version": "1.6.0",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "description": "Lightweight and customizable home page to enhance your browsing experience with your own links, background, theme and settings.",
  "author": "[email protected]",
  "chrome_url_overrides": {
    "newtab": "root/home.html"
  },
  "homepage_url": "https://github.com/FluxpointDev/HomePlusPlus",
  "icons": {
    "48": "icons/Icon-48.png",
    "96": "icons/Icon-96.png"
  },
  "options_ui": {
    "page": "root/options.html",
    "browser_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "99.0"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}