{
    "name": "Wunderfold",
    "short_name": "Wunderfold",
    "start_url": "https://wunderfold.art/app",
    "id": "/app",
    "theme_color": "#2816CB",
    "background_color": "#ffffff",
    "display": "standalone",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
          "name": "Create New Pattern",
          "short_name": "Create Pattern",
          "description": "Create a new book folding pattern from an image or text",
          "url": "/app?action=new",
          "icons": [{ "src": "https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/solid/plus-circle.svg", "type": "image/svg+xml" }]
        },
        {
          "name": "View Account Settings",
          "short_name": "Account Settings",
          "description": "View and edit your account and billing information",
          "url": "/settings/general",
          "icons": [{ "src": "https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/solid/cog.svg", "type": "image/svg+xml" }]
        }
    ]
}
