{
    "name": "Famn App",
    "short_name": "Famn",
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#2d4a3e",
    "background_color": "#ebe6db",
    "description": "Get Your Household Organized. A smart and easy way to manage your household. Keep track of your chores, shopping lists, storage lists, and recipes.",
    "orientation": "portrait-primary",
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "id": "no.crudus.heima",
            "url": "https://play.google.com/store/apps/details?id=no.crudus.heima"
        },
        {
            "platform": "itunes",
            "id": "1585619579",
            "url": "https://apps.apple.com/no/app/famn/id1585619579"
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}