{ "name": "URL Shortener", "short_name": "ShortenURL", "description": "Make your long URLs short", "start_url": "/", "display": "standalone", "background_color": "#FFB7C5", "theme_color": "#FFB7C5", "orientation": "any", "icons": [ { "src": "/logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/logo.png", "sizes": "256x256", "type": "image/png", "purpose": "any maskable" }, { "src": "/logo.png", "sizes": "384x384", "type": "image/png", "purpose": "any maskable" }, { "src": "/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "screenshots": [ { "src": "/logo.png", "sizes": "1080x1920", "type": "image/png", "description": "Homepage of Kawaii URL Shortener" }, { "src": "/logo.png", "sizes": "1080x1920", "type": "image/png", "description": "Analytics Dashboard" } ], "categories": ["utilities", "productivity"], "shortcuts": [ { "name": "Create Short URL", "url": "/", "description": "Create a new short URL" }, { "name": "View Analytics", "url": "/analytics", "description": "View your URL analytics" } ], "related_applications": [], "prefer_related_applications": false, "lang": "en", "dir": "ltr", "scope": "/", "iarc_rating_id": "", "share_target": { "action": "/", "method": "GET", "params": { "title": "title", "text": "text", "url": "url" } } }