{
  "name": "Zono",
  "short_name": "Zono",
  "description": "A tua comunidade local",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#5BA3D9",
  "theme_color": "#5BA3D9",
  "orientation": "portrait",
  "lang": "pt-PT",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["social", "news"],
  "icons": [
    {
      "src": "/icons/zono-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Abre o feed da tua terra",
      "url": "/feed",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Publicar",
      "short_name": "Publicar",
      "description": "Publica algo na tua terra",
      "url": "/publicar",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/partilhar-externo",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
