{
  "name": "ScaploApp by WTM Entertainment",
  "short_name": "ScaploApp",
  "description": "API-first screenshot hosting with CDN links, folders, tags and private sharing.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#070b14",
  "theme_color": "#070b14",
  "categories": ["productivity", "utilities", "developer"],
  "icons": [
    {
      "src": "/images/icons/wtm-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/wtm-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Open your screenshot dashboard"
    },
    {
      "name": "Upload docs",
      "short_name": "Uploads",
      "url": "/dashboard/uploads",
      "description": "View API upload documentation"
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "url": "/dashboard/gallery",
      "description": "Open the screenshot gallery"
    }
  ]
}
