nightTab/manifest.json

15 lines
266 B
JSON
Raw Normal View History

2018-12-26 08:45:53 +01:00
{
"name": "nightTab",
"description": "",
2019-01-15 15:48:36 +01:00
"version": "2.3",
2018-12-26 08:45:53 +01:00
"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"
2018-12-26 08:45:53 +01:00
}
}