OnHand

OnHand

Save bookmarks of your favorite sites on the "New Tab" page easy and safely.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "OnHand",
  "short_name": "OnHand",
  "version": "1.3.2",
  "description": "__MSG_appDesc__",
  "author": "Yegor Pelykh",
  "homepage_url": "https://github.com/yegor-pelykh/OnHand",
  "developer": {
    "name": "Yegor Pelykh",
    "url": "https://github.com/yegor-pelykh/OnHand"
  },
  "incognito": "spanning",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "24": "icons/icon-24.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "192": "icons/icon-192.png",
    "512": "icons/icon-512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f4ee806-b18a-4c3d-824d-6a44d6911cee}"
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "unlimitedStorage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}