Upload New File

This commit is contained in:
Johannes Olzem 2022-10-16 14:38:49 +00:00
parent 6e072d05ea
commit 6c9263d442

9
manifest.json Normal file
View File

@ -0,0 +1,9 @@
{
"manifest_version": 2,
"name": "New tab Startpage",
"version": "1.0.0",
"description": "Custom new tab startpage.",
"chrome_url_overrides": {
"newtab": "index.html"
}
}