Hoarder

Hoarder

An extension to bookmark links to hoarder.app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hoarder",
  "description": "An extension to bookmark links to hoarder.app",
  "version": "1.2.0",
  "icons": {
    "16": "public/logo-16.png",
    "48": "public/logo-48.png",
    "128": "public/logo-128.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "options_ui": {
    "page": "index.html#options",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}