{
    "id": "https://defenceaviationpost.in/",
    "name": "Defence Aviation Post",
    "short_name": "DAP",
    "description": "Latest Defence, Aviation and Military News",

    "start_url": "https://defenceaviationpost.in/",
    "scope": "https://defenceaviationpost.in/",


    "display": "standalone",

    "display_override": [
        "window-controls-overlay",
        "standalone"
    ],

    "orientation": "portrait",

    "background_color": "#ffffff",
    "theme_color": "#0B3D91",

    "lang": "en",
    "dir": "ltr",

    "categories": [
        "news",
        "magazines"
    ],

    "icons": [
        {
            "src": "https://defenceaviationpost.in/assets/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://defenceaviationpost.in/assets/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "https://defenceaviationpost.in/assets/pwa/maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],

    "shortcuts": [
        {
            "name": "Latest News",
            "short_name": "Latest",
            "description": "View latest defence news",
            "url": "https://defenceaviationpost.in/latest-news/",
            "icons": [
                {
                    "src": "https://defenceaviationpost.in/assets/pwa/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Search",
            "short_name": "Search",
            "description": "Search articles",
            "url": "https://defenceaviationpost.in/?s=",
            "icons": [
                {
                    "src": "https://defenceaviationpost.in/assets/pwa/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}