{
"name": "Luddiitin ALV-laskuri  v2.1",
"short_name": "Luddiitti ALV-laskuri",
"start_url": "../alv/alv-laskuri.html",
"scope": "../alv/",
"display": "standalone",
"description": "A description for your application",
"lang": "FI-FI",
"dir": "auto",
"theme_color": "#000000",
"background_color": "#000000",
"orientation": "any",
"icons": [
    {
        "src": "alv-laskuri-192.svg",
        "sizes": "192x192",
        "type": "image/svg+xml"
      },
      {
        "src": "alv-laskuri-512.svg",
        "sizes": "512x512",
        "type": "image/svg+xml"
      }
],
"screenshots": [
    {
        "src": "/screen1.jpg",
        "sizes": "2880x1800",
        "type": "image/jpg",
        "description": "A screenshot of the home page"
    }
],
"related_applications": [
    {
        "platform":"windows",
        "url": " The URL to your app in that app store"
    }
],
"prefer_related_applications": false,
"shortcuts": [
    {
        "name":"The name you would like to be displayed for your shortcut",
        "url":"The url you would like to open when the user chooses this shortcut. This must be a URL local to your PWA. For example: If my start_url is /, this URL must be something like /shortcut",
        "description":"A description of the functionality of this shortcut"
    }
]
}