aboutsummaryrefslogtreecommitdiffstats
path: root/packages/browser-extension/manifest.json
blob: fe12e3b32622b3dcec58c3476e4c302c3c9ea7ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "manifest_version": 3,
  "name": "Hoarder",
  "description": "An extension to bookmark links to hoarder.app",
  "version": "1.0",
  "action": {
    "default_popup": "index.html"
  },
  "options_ui": {
    "page": "index.html#options",
    "open_in_tab": false
  },
  "permissions": ["storage", "activeTab", "tabs"]
}