halfPage/ext/manifest.json
wont-stream 2030776468
Some checks failed
Code quality checks / biome (push) Failing after 8s
bump version to 0.0.3 in manifest.json
2025-04-11 15:16:32 -04:00

17 lines
No EOL
312 B
JSON

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