{ "name": "SkateSpots - Decentralized Skate Map", "short_name": "SkateSpots", "description": "Discover skate spots, find coaches, join events, and connect with the skateboarding community on Nostr. Free, decentralized, censorship-resistant.", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#000000", "theme_color": "#ff0040", "orientation": "portrait-primary", "categories": ["sports", "social", "lifestyle"], "icons": [ { "src": "/images/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" } ], "screenshots": [ { "src": "/images/screenshot-mobile.svg", "sizes": "390x844", "type": "image/svg+xml", "form_factor": "narrow" }, { "src": "/images/screenshot-desktop.svg", "sizes": "1920x1080", "type": "image/svg+xml", "form_factor": "wide" } ], "shortcuts": [ { "name": "Map", "short_name": "Map", "description": "Browse skate spots on the map", "url": "/map", "icons": [ { "src": "/images/icon.svg", "sizes": "any", "type": "image/svg+xml" } ] }, { "name": "Events", "short_name": "Events", "description": "View upcoming skate events", "url": "/events", "icons": [ { "src": "/images/icon.svg", "sizes": "any", "type": "image/svg+xml" } ] }, { "name": "Coaches", "short_name": "Coaches", "description": "Find skateboarding coaches", "url": "/coaches", "icons": [ { "src": "/images/icon.svg", "sizes": "any", "type": "image/svg+xml" } ] } ] }