{
    "name": "My Personality Test",
    "short_name": "MPT - Personality Tests",
    "description": "Free Personality Tests! Discover Yourself. Instant results",
    "scope": "/",
    "lang": "en",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "start_url": "https://my-personality-test.com/",
    "display": "standalone",
    "orientation": "portrait",
    "prefer_related_applications": true, 
    "icons": [
        {
          "src": "/img/meta/android-chrome-72x72.png",
          "sizes": "72x72",
          "type": "image/png"
        },
        {
          "src": "/img/meta/android-chrome-144x144.png",
          "sizes": "144x144",
          "type": "image/png"
        },
        {
          "src": "/img/meta/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/img/meta/android-chrome-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
        },
        {
          "src": "/img/meta/android-chrome-maskable-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "maskable"
        },
        {
          "src": "/img/meta/android-chrome-maskable-512x512.png",
          "sizes": "512x512",
          "type": "image/png",
          "purpose": "maskable"
        },
        {
          "src": "/img/meta/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any maskable"
        }
    ]
}