20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Custom New Tab",
|
|
"version": "0.0.1",
|
|
"description": "Customizable new tab page with background and search",
|
|
"chrome_url_overrides": {
|
|
"newtab": "frontend/utab.html"
|
|
},
|
|
"permissions": [
|
|
"storage"
|
|
],
|
|
"icons": {
|
|
"128": "icon.png"
|
|
},
|
|
"incognito": "split",
|
|
"background": {
|
|
"service_worker": "worker/main.js",
|
|
"type": "module"
|
|
}
|
|
} |