updating manifest and adding icons
Some checks failed
Build and Release to Staging / Build Vision Start (push) Failing after 7s
Build and Release to Staging / Build Vision Start Image (push) Has been skipped
Build and Release to Staging / Deploy Vision Start (staging) (push) Has been skipped

This commit is contained in:
2026-07-10 20:23:56 -03:00
parent 023b2ffdc5
commit 7a137abb66
5 changed files with 8 additions and 3 deletions

View File

@@ -2,14 +2,19 @@
"manifest_version": 3,
"name": "Vision Startpage",
"version": "1.0",
"description": "A beautiful and customizable startpage for your browser.",
"description": "A light, modern and customizable startpage.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "assets/icons/vision-16.png",
"48": "assets/icons/vision-48.png",
"128": "assets/icons/vision-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}
}