Spirit/manifest.json

23 lines
497 B
JSON
Raw Permalink Normal View History

2024-08-29 17:14:50 -04:00
{
"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",
2024-08-29 17:44:28 -04:00
"strict_min_version": "58.0"
2024-08-29 17:14:50 -04:00
}
},
"incognito": "spanning",
"permissions": [
"storage"
]
}