aboutsummaryrefslogtreecommitdiffstats
path: root/packages/browser-extension/manifest.json
blob: ca33e3660dcd5ac38d74bf5b65e53df78d6f3b6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "manifest_version": 3,
  "name": "Hoarder",
  "description": "An extension to bookmark links to hoarder.app",
  "version": "1.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
  },
  "permissions": ["storage", "tabs"]
}