{
    "name": "Swiggle",
    "short_name": "Swiggle",
    "description": "Draw a Swiggle, send it to a friend, and they turn it into art!",
    "start_url": "index.html",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#3FDCD3",
    "theme_color": "#3FDCD3",
    "icons": [
        {
            "src": "assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
