23 lines
497 B
JSON
23 lines
497 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "Spirit",
|
||
|
"version": "1.0",
|
||
|
"description": "A new tab extension.",
|
||
|
"developer": {
|
||
|
"name": "SudoVanilla",
|
||
|
"url": "https://ark.sudovanilla.org/korbs/Spirit"
|
||
|
},
|
||
|
"chrome_url_overrides" : {
|
||
|
"newtab": "index.html"
|
||
|
},
|
||
|
"applications": {
|
||
|
"gecko": {
|
||
|
"id": "spiri@sudovanilla.org",
|
||
|
"strict_min_version": "57.0"
|
||
|
}
|
||
|
},
|
||
|
"incognito": "spanning",
|
||
|
"permissions": [
|
||
|
"storage"
|
||
|
]
|
||
|
}
|