view weather_server/static/manifest.webmanifest @ 31:9bc3687e1e5e

logfile: Add an index, and don't keep everything in RAM. - Adds index BSON file, updated upon writing. - Limits amount of data in RAM. - Gracefully handles writes that don't update index.
author Paul Fisher <paul@pfish.zone>
date Tue, 07 Jul 2020 19:51:30 -0400
parents 27217790dc04
children
line wrap: on
line source

{
    "short_name": "Temperatures",
    "name": "Temperature Sensors",
    "description": "Graphs from the temperature sensors you have peppered throughout your home",
    "icons": [
        {
            "src": "/static/icons/192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable any"
        },
        {
            "src": "/static/icons/512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable any"
        }
    ],
    "start_url": "/",
    "background_color": "#263238",
    "display": "minimal-ui",
    "scope": "/",
    "theme_color": "#263238"
}