buggy init :3

This commit is contained in:
PlOszukiwacz 2025-01-31 20:35:44 +01:00
commit 0f96641be1
Signed by untrusted user who does not match committer: ploszukiwacz
GPG key ID: E059F5C88034386C
2179 changed files with 388452 additions and 0 deletions

30
manifest.json Executable file
View file

@ -0,0 +1,30 @@
{
"manifest_version": 3,
"name": "PlOszukiwacz's Startpage",
"version": "1.0.0",
"description": "A col browser startpage.",
"author": "PlOszukiwacz",
"homepage_url": "https://github.com/PlOszukiwaczDEV/StartPage",
"permissions": ["storage"],
"chrome_url_overrides": {
"newtab": "startpage/index.html"
},
"web_accessible_resources": [{
"resources": [
"startpage/*",
"startpage/fontawesome/*",
"startpage/fontawesome/webfonts/*",
"fonts/*",
"backgrounds/*"
],
"matches": ["<all_urls>"]
}],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
}