auto-lint
All checks were successful
Code quality checks / biome (push) Successful in 8s

This commit is contained in:
wont-stream 2025-04-10 19:27:24 -04:00
parent 582af2ba98
commit e8e924b595
14 changed files with 406 additions and 292 deletions

View file

@ -1,17 +1,17 @@
{
"manifest_version": 3,
"name": "halfPage",
"description": "Use halfPage as your Startpage.",
"version": "0.0.2",
"browser_specific_settings": {
"gecko": {
"id": "halfPage@new-tab.ipv4.army"
}
},
"icons": {
"64": "icons/icon.png"
},
"chrome_url_overrides": {
"newtab": "dist/index.html"
}
}
"manifest_version": 3,
"name": "halfPage",
"description": "Use halfPage as your Startpage.",
"version": "0.0.2",
"browser_specific_settings": {
"gecko": {
"id": "halfPage@new-tab.ipv4.army"
}
},
"icons": {
"64": "icons/icon.png"
},
"chrome_url_overrides": {
"newtab": "dist/index.html"
}
}