aboutsummaryrefslogtreecommitdiff
path: root/extension/manifest.json
blob: f0a25776e7b9448a2c40b78cb55fea13548eaa6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "manifest_version": 3,
  "name": "Bookmarks Home",
  "description": "Your bookmarks beyond the bar",
  "version": "0.1",
  "chrome_url_overrides" : {
    "newtab": "tab.html"
  },
  "icons": {
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}