nightTab/manifest.json

15 lines
302 B
JSON
Raw Normal View History

2018-12-26 08:45:53 +01:00
{
"name": "nightTab",
2019-06-15 14:55:27 +02:00
"description": "New tab page/Start page for browsers",
"version": "3.11.0",
2018-12-26 08:45:53 +01:00
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
2019-06-16 11:58:28 +02:00
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
2018-12-26 08:45:53 +01:00
}
}