Init
This commit is contained in:
commit
9e38aad292
11 changed files with 402 additions and 0 deletions
23
manifest.json
Normal file
23
manifest.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Reference in a new issue