16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Vision Startpage",
|
|
"version": "1.0",
|
|
"description": "A beautiful and customizable startpage for your browser.",
|
|
"chrome_url_overrides": {
|
|
"newtab": "index.html"
|
|
},
|
|
"permissions": [
|
|
"storage"
|
|
],
|
|
"content_security_policy": {
|
|
"extension_pages": "script-src 'self'; object-src 'self';"
|
|
}
|
|
}
|