16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "minimal-startpage",
|
|
"short_name": "minimal-startpage",
|
|
"version": "1.0",
|
|
"description": "Overrides the browsers newtab page with a custom startpage.",
|
|
"author": "deepjyoti30",
|
|
|
|
"icons": {
|
|
"64": "img/icon64.png"
|
|
},
|
|
"chrome_url_overrides": {
|
|
"newtab": "index.html"
|
|
}
|
|
}
|