{
    "name": "GetNews",
    "short_name": "GetNews",
    "description": "Stay updated with the latest news and trending topics",
    "start_url": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "browser"],
    "background_color": "#f9fafb",
    "theme_color": "#2563eb",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📰</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📰</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📰</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1280&h=720&fit=crop&format=webp",
            "sizes": "1280x720",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "GetNews Homepage"
        },
        {
            "src": "https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=800&h=1280&fit=crop&format=webp",
            "sizes": "800x1280",
            "type": "image/webp",
            "form_factor": "narrow",
            "label": "GetNews Mobile"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "iarc_rating_id": "",
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "edge_side_panel": {
        "preferred_width": 400
    },
    "protocol_handlers": [
        {
            "protocol": "web+GetNews",
            "url": "/open?url=%s"
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "shortcuts": [
        {
            "name": "Search",
            "short_name": "Search",
            "description": "Search for news articles",
            "url": "/search",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><circle cx='11' cy='11' r='8'/><path d='m21 21-4.35-4.35'/></svg>",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Subscribe",
            "short_name": "Subscribe",
            "description": "Subscribe to newsletter",
            "url": "/subscribe",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><path d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/><polyline points='22,6 12,13 2,6'/></svg>",
                    "type": "image/svg+xml"
                }
            ]
        }
    ],
    "categories": ["news", "magazines"]
}
