* chore: use whitenoise app team and bundle id * chore: add apk commands * chore: rename package from sloth to whitenoise * docs: remove sloth word from readme and agents.md * chore: replace sloth texts with whitenoise * chore: remove unused error screen * docs: copy LICENSE file from whitenoise repo * chore: upgrade version to 0.3.0+15 so that android apk can replace old whitenoise ones * refactor: rename MyApp to WnApp * chore: use new staging bundle id * chore: rename org.parres to IPF * chore: remove .so file * fix: make android signer work after bundle id change * core: replace org.parres with dev.ipf for widgebtook * test: improve coverage
35 lines
915 B
JSON
35 lines
915 B
JSON
{
|
|
"name": "whitenoise",
|
|
"short_name": "whitenoise",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#0175C2",
|
|
"theme_color": "#0175C2",
|
|
"description": "A new Flutter project.",
|
|
"orientation": "portrait-primary",
|
|
"prefer_related_applications": false,
|
|
"icons": [
|
|
{
|
|
"src": "icons/Icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/Icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/Icon-maskable-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "icons/Icon-maskable-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
} |