{
    "name": "Anil Kumar Seth – Vedic Astrologer",
    "short_name": "AKS Astrology",
    "description": "Vedic Astrology, Kundli, Numerology & Vastu consultation by Anil Kumar Seth. 20+ years experience.",
    "id": "/index.html",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#faf7f2",
    "theme_color": "#9b0057",
    "orientation": "portrait-primary",
    "lang": "en",
    "scope": "./",
    "categories": ["lifestyle", "health", "education"],

    "icons": [
        {
            "src": "images/icons/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "images/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],

    "screenshots": [
        {
            "src": "images/screenshots/screenshot-mobile.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Home page of AKS Astrology"
        },
        {
            "src": "images/screenshots/screenshot-desktop.png",
            "sizes": "2560x1440",
            "type": "image/png",
            "form_factor": "wide",
            "label": "AKS Astrology on desktop"
        }
    ],

    "shortcuts": [
        {
            "name": "Book Consultation",
            "short_name": "Book",
            "description": "Book an astrology consultation",
            "url": "./contact.html",
            "icons": [{ "src": "images/icons/favicon-96x96.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Free Kundli",
            "short_name": "Kundli",
            "description": "Generate your free Kundli",
            "url": "./kundli.html",
            "icons": [{ "src": "images/icons/favicon-96x96.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Kundli Matching",
            "short_name": "Matching",
            "description": "Check marriage compatibility",
            "url": "./kundli-matching.html",
            "icons": [{ "src": "images/icons/favicon-96x96.png", "sizes": "96x96", "type": "image/png" }]
        }
    ]
}