Bonjourr · Minimalist Startpage

Improve your web browsing experience with Bonjourr, a beautiful, customizable and lightweight homepage.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "Bonjourr",
  "version": "20.1.2",
  "description": "__MSG_extensionDesc__",
  "author": "Victor Azevedo and Tahoe Beetschen",
  "default_locale": "en",
  "icons": {
    "128": "src/assets/favicon-128x128.png",
    "512": "src/assets/favicon-512x512.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "title": "__MSG_extensionName__"
  },
  "offline_enabled": true,
  "background": {
    "service_worker": "src/scripts/background.js",
    "type": "module"
  },
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "bookmarks",
    "topSites",
    "search"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}