{
  "name": "Airu",
  "short_name": "Airu",
  "start_url": "/",
  "display": "fullscreen",
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui"
  ],
  "description": "App de bem-estar para momentos de crise com respiração guiada, sons ambiente, diário e registro de emoções",
  "theme_color": "#ffbc26",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "id": "com.airu.app",
  "lang": "pt-BR",
  "dir": "ltr",
  "scope": "/",
  "categories": [
    "health",
    "lifestyle",
    "wellness"
  ],
  "iarc_rating_id": "Everyone",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Respirar",
      "url": "/respirar",
      "description": "Iniciar respiração guiada"
    },
    {
      "name": "Diário",
      "url": "/diario",
      "description": "Abrir diário do dia"
    },
    {
      "name": "Humor",
      "url": "/humor",
      "description": "Registrar meu humor"
    }
  ],
  "share_target": {
    "action": "/diario",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "note_taking": {
    "new_note_url": "/diario"
  },
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tela Inicial do Airu"
    },
    {
      "src": "screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard do Airu"
    }
  ]
}