{
  "name": "Aurly - Rede Social Brasileira",
  "short_name": "Aurly",
  "description": "Descubra e compartilhe vídeos curtos na Aurly",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/aurlylogo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/aurlylogo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "entertainment"],
  "shortcuts": [
    {
      "name": "Criar Vídeo",
      "short_name": "Criar",
      "description": "Criar um novo vídeo",
      "url": "/create",
      "icons": [
        {
          "src": "/aurlylogo-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Ver o feed de vídeos",
      "url": "/",
      "icons": [
        {
          "src": "/aurlylogo-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.aurly.app"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+aurly",
      "url": "/?url=%s"
    }
  ]
}
