{
  "name": "Maxximed Connect",
  "short_name": "Maxximed",
  "description": "Portal de Gestão e Treinamento Maxximed",
  "start_url": "/",
  "id": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "tabbed", "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "orientation": "portrait",
  "background_color": "#001D85",
  "theme_color": "#001D85",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "health"
  ],
  "iarc_rating_id": "e84b0728-71ae-4ea6-9cb4-9721327f3119",
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=www.maxxiconect.com.br",
      "id": "www.maxxiconect.com.br"
    },
    {
      "platform": "webapp",
      "url": "https://studio-1450276485-1810c.web.app/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "scope_extensions": [
    {"origin": "https://*.web.app"},
    {"origin": "https://*.firebaseapp.com"}
  ],
  "file_handlers": [
    {
      "action": "/?source=file_handler",
      "accept": {
        "application/pdf": [".pdf"],
        "image/*": [".png", ".jpg", ".jpeg"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+maxximed",
      "url": "/?source=protocol_handler&link=%s"
    },
    {
      "protocol": "mailto",
      "url": "/?source=mailto_handler&to=%s"
    }
  ],
  "share_target": {
    "action": "/?source=share_target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "Maxximed Connect",
      "short_name": "Maxximed",
      "description": "Acesso rápido",
      "tag": "connect_widget",
      "template_url": "widget.html",
      "ms_ac_template": "widget.json",
      "data_url": "widget_data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshot1.png",
          "sizes": "1080x1920",
          "type": "image/png"
        }
      ],
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/?source=note_taking"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot_wide1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot_wide2.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/chat",
      "description": "Fale com o suporte",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Treinamentos",
      "short_name": "Aulas",
      "url": "/training",
      "description": "Cursos Maxximed",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Agendamentos",
      "short_name": "Agendas",
      "url": "/schedule",
      "description": "Sua agenda",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

