{
  "name": "NFT ALIVE",
  "short_name": "NFT ALIVE",
  "description": "Bring characters to life with face tracking, lipsync, and one-tap recording.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#0a0a0a",
  "background_color": "#0a0a0a",
  "id": "nftalive",

  "icons": [
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/images/screenshots/screen1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NFT ALIVE Recording Screen"
    },
    {
      "src": "/images/screenshots/screen2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NFT ALIVE Character Selection"
    }
  ],

  "prefer_related_applications": false,

  "categories": ["entertainment", "lifestyle", "social"],

  "shortcuts": [
    {
      "name": "Record a clip",
      "short_name": "Record",
      "description": "Jump straight into recording with the last background and character",
      "url": "/?source=pwa&action=record",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
