{
  "name": "Selfy Fan",
  "short_name": "Selfy",
  "description": "Post messages, photos and videos to the LED wall in real-time",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#1e40af",
  "lang": "de",
  "dir": "ltr",
  "categories": ["entertainment", "social", "photo"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Take Photo",
      "short_name": "Photo",
      "description": "Submit a photo to the LED wall",
      "url": "/?action=photo",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Send Message",
      "short_name": "Message",
      "description": "Send a text message",
      "url": "/?action=message",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
