mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-23 08:33:38 +01:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"name": "nightTab",
|
|
"description": "",
|
|
"version": "2.3",
|
|
"manifest_version": 2,
|
|
"chrome_url_overrides": {
|
|
"newtab": "index.html"
|
|
},
|
|
"icons": {
|
|
"16": "images/icon-16.png",
|
|
"48": "images/icon-48.png",
|
|
"128": "images/icon-128.png"
|
|
}
|
|
}
|