nightTab/manifest.json

16 lines
414 B
JSON
Raw Normal View History

2018-12-26 08:45:53 +01:00
{
"name": "nightTab",
2019-06-16 13:50:30 +02:00
"short_name": "nightTab",
2019-06-16 14:53:08 +02:00
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
2019-06-17 15:33:23 +02:00
"version": "3.15.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
}
}