aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: aaa75389f03cb2a498b05dfcbfbd6d3770ceba3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "manifest_version": 2,
    "name": "Startpage",
    "short_name": "Startpage",
    "version": "1",
    "description": "My Startpage",
    "author": "Ivar",
    "homepage_url": "http://example.org",
    "chrome_url_overrides": {
        "newtab": "src/index.html"
    },
    "chrome_settings_overrides": {
        "homepage": "src/index.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}