{
    "name": "Flutter Lock",
    "short_name": "Lock",
    "start_url": ".",
    "scope": ".",
    "display": "fullscreen",
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "background_color": "#F3F5F2",
    "theme_color": "#111413",
    "description": "PoC Flutter Web/PWA para execucao em ChromeOS Kiosk Mode.",
    "orientation": "any",
    "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"
        }
    ],
    "categories": [
        "education",
        "productivity"
    ]
}
