{
  "name": "Platphorm Decks",
  "short_name": "Decks",
  "description": "Cinematic presentation slides for the PlatPhorm Network",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#e11d48",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Platphorm Decks Desktop View"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Platphorm Decks Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Deck",
      "short_name": "New Deck",
      "description": "Start a new presentation",
      "url": "/new",
      "icons": [{ "src": "/icons/new-deck.png", "sizes": "192x192" }]
    },
    {
      "name": "View Gallery",
      "short_name": "Gallery",
      "description": "Browse deck templates",
      "url": "/gallery",
      "icons": [{ "src": "/icons/gallery.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "protocol_handlers": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
