nightTab/manifest.json

10 lines
151 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"
}
}