halfPage/ext/manifest.json
wont-stream e8e924b595
All checks were successful
Code quality checks / biome (push) Successful in 8s
auto-lint
2025-04-10 19:27:24 -04:00

17 lines
313 B
JSON

{
"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"
}
}