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-06 00:14:25 +01:00
"version": "2.0",
2018-12-26 08:45:53 +01:00
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
}
}