mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-24 17:14:28 +01:00
16 lines
414 B
JSON
16 lines
414 B
JSON
{
|
|
"name": "nightTab",
|
|
"short_name": "nightTab",
|
|
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
|
|
"version": "3.19.0",
|
|
"manifest_version": 2,
|
|
"chrome_url_overrides": {
|
|
"newtab": "index.html"
|
|
},
|
|
"icons": {
|
|
"16": "icons/icon-16.png",
|
|
"48": "icons/icon-48.png",
|
|
"128": "icons/icon-128.png"
|
|
}
|
|
}
|