{
    "name": "MagicAero - Unmanned Technology Investment",
    "short_name": "MagicAero",
    "description": "Unmanned technology investment platform to ensure stable income",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#2c5aa0",
    "theme_color": "#2c5aa0",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": ["finance", "business", "investment"],
    "icons": [
        {
            "src": "/static/images/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/static/images/screenshot1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "MagicAero Dashboard"
        },
        {
            "src": "/static/images/screenshot2.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "MagicAero Mobile App"
        }
    ],
    "shortcuts": [
        {
            "name": "My Account",
            "short_name": "Account",
            "description": "View my account and investments",
            "url": "/dashboard/",
            "icons": [
                {
                    "src": "/static/images/shortcut-account.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "New Investment",
            "short_name": "Invest",
            "description": "Start a new investment",
            "url": "/dashboard/?action=invest",
            "icons": [
                {
                    "src": "/static/images/shortcut-invest.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Calculator",
            "short_name": "Calculator",
            "description": "Calculate profit",
            "url": "/how-earn/#calculator",
            "icons": [
                {
                    "src": "/static/images/shortcut-calculator.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}