funcionando local

This commit is contained in:
2025-07-20 17:59:36 -03:00
parent d30fd8d30b
commit e6bc95b7e6
11 changed files with 1447 additions and 105 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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';"
}
}