Bonjourr · Minimalist Startpage

Bonjourr · Minimalist Startpage

Improve your web browsing experience with Bonjourr, a beautiful, customizable and lightweight homepage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "Bonjourr",
  "version": "19.2.4",
  "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"
  ]
}