Camellia

Camellia

View all your browser bookmarks at the new tab screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Petr Flaks",
  "chrome_url_overrides": {
    "newtab": "/newtab.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'; connect-src https://*.camellia.app https://*.ingest.sentry.io"
  },
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://camellia.app",
  "host_permissions": [
    "https://*.camellia.app/"
  ],
  "icons": {
    "128": "logo.png"
  },
  "manifest_version": 3,
  "name": "Camellia",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "favicon"
  ],
  "short_name": "Camellia",
  "version": "2.1.0",
  "background": {
    "service_worker": "/background.js"
  },
  "minimum_chrome_version": "105",
  "offline_enabled": true,
  "version_name": "2.1.0"
}