{
  "short_name": "VivelyFlow",
  "name": "VivelyFlow - Red Social Inteligente",
  "description": "Conecta con amigos, comparte momentos y expresa tus emociones en la red social más innovadora",
  "icons": [
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "theme_color_dark": "#0a0e1a",
  "background_color_dark": "#0a0e1a",
  "orientation": "portrait-primary",
  "scope": "/",
  "prefer_related_applications": false,
  "categories": ["social", "lifestyle", "entertainment"],
  "lang": "es",
  "id": "/",
  "dir": "ltr",
  "gcm_sender_id": "533847214547",

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },

  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "video/*": [".mp4", ".webm"]
      }
    }
  ],

  "protocol_handlers": [
    {
      "protocol": "web+vivelyflow",
      "url": "/?protocol=%s"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  },

  "shortcuts": [
    {
      "name": "Crear publicación",
      "short_name": "Publicar",
      "description": "Crea una nueva publicación",
      "url": "/?action=new-post",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mi perfil",
      "short_name": "Perfil",
      "description": "Ver mi perfil",
      "url": "/?action=profile",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notificaciones",
      "short_name": "Notifs",
      "description": "Ver notificaciones",
      "url": "/notifications",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mensajes",
      "short_name": "Chat",
      "description": "Abrir mensajes",
      "url": "/chat",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
