{
  "gcm_sender_id": "103953800507",
  "name": "Short Chall",
  "short_name": "Short Chall",
  "description": "Turn your moments into rewards. Watch, create, compete, and earn on Short Chall.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#E91E63",
  "orientation": "portrait-primary",
  "categories": [
    "entertainment",
    "social",
    "video"
  ],
  "icons": [
    {
      "src": "/shortchall-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/shortchall-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/shortchall-icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Challenges",
      "short_name": "Challenges",
      "description": "View active challenges",
      "url": "/challenges",
      "icons": [
        {
          "src": "/shortchall-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Points",
      "short_name": "Points",
      "description": "Check your points",
      "url": "/points",
      "icons": [
        {
          "src": "/shortchall-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/upload",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "video",
          "accept": [
            "video/mp4",
            "video/quicktime",
            "video/webm"
          ]
        }
      ]
    }
  }
}
