{
  "name": "Ally — Chat, discover, enjoy.",
  "short_name": "Ally",
  "description": "A community platform built around you.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0a0a0f",
  "theme_color": "#7C6DFA",
  "categories": ["social", "communication"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-chat.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ally chat on mobile"
    },
    {
      "src": "/screenshots/desktop-chat.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ally chat on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "New Message",
      "short_name": "DM",
      "description": "Start a new direct message",
      "url": "/app/dms/new",
      "icons": [{ "src": "/icons/shortcut-dm.png", "sizes": "96x96" }]
    },
    {
      "name": "My Spaces",
      "short_name": "Spaces",
      "description": "Browse your spaces",
      "url": "/app",
      "icons": [{ "src": "/icons/shortcut-spaces.png", "sizes": "96x96" }]
    },
    {
      "name": "Notifications",
      "short_name": "Activity",
      "description": "See your activity feed",
      "url": "/app/activity",
      "icons": [{ "src": "/icons/shortcut-notif.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/app/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*", "audio/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+ally",
      "url": "/app/handle?uri=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/app/upload",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "video/*": [".mp4", ".webm"],
        "audio/*": [".mp3", ".ogg", ".wav"]
      }
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=cc.allyapp.android",
      "id": "cc.allyapp.android"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/ally/id0000000000"
    }
  ],
  "prefer_related_applications": false
}
