Files
onearmy-community-platform/public/manifest.json
Luke Watts e749b495d2 feat: load configuration from outside of core app bundle
A full build of the application is needed for each target installation
because the credentials needed by Firebase, Algolia, Sentry etc are
loaded out of the environmental variables.

Builds require multiple minutes to run and this work is duplicative.
Recently we had to upgrade the CircleCI resources used to sidestep
performance issues around the build step.

Duplicate builds mean that the code which we deploy to our production
environment is not the same as the code under test.
2021-12-16 09:51:38 +01:00

16 lines
310 B
JSON

{
"short_name": "Community Platform",
"name": "Community Platform",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}