{
    "name": "Stash Hub",
    "short_name": "StashHub",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#FAFFFF",
    "theme_color": "#009688",
    "description": "Sewing Organiser",
    "orientation": "portrait-primary",
    "categories": [
        "sewing",
        "dress making",
        "fabric",
        "patterns"
    ],
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.hugetoothstudios.stashhub",
            "id": "com.hugetoothstudios.stashhub"
        },
        {
            "platform": "itunes",
            "url": "https://apps.apple.com/us/app/stash-hub/id1610930077"
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}