{
  "name": "Geninha - Conectividade Inteligente",
  "short_name": "Geninha",
  "description": "Geninha é um dispositivo inteligente de localização e identificação de crianças, idosos e pessoas com deficiência e profissionais.",
  "icons": [
    {
      "src": "img/cropped-Logotipo_512-1-048x048.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "img/cropped-Logotipo_512-1-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "img/cropped-Logotipo_512-1-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/cropped-Logotipo_512-1-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/cropped-Logotipo_512-1-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "img/screenshots/home.jpg",
      "form_factor": "narrow",
      "sizes": "432x934",
      "type": "image/jpeg",
      "platform": "android",
      "label": "Página inicial da Geninha"
    },
    {
      "src": "img/screenshots/bernardo.jpg",
      "form_factor": "narrow",
      "sizes": "432x934",
      "type": "image/jpeg",
      "platform": "android",
      "label": "Perfil da criança"
    },
    {
      "src": "img/screenshots/suas_geninhas.jpg",
      "form_factor": "narrow",
      "sizes": "432x934",
      "type": "image/jpeg",
      "platform": "android",
      "label": "Lista de Geninhas"
    },
    {
      "src": "img/screenshots/rastreamento.jpg",
      "form_factor": "narrow",
      "sizes": "432x934",
      "type": "image/jpeg",
      "platform": "android",
      "label": "Localização das Geninhas"
    }
    ],
  "shortcuts": [
    {
      // Name of the shortcut (required).
      "name": "Home",
      
      // Description of the shortcut.
      "description": "Página inicial",
      
      // URL to the shortcut (required).
      "url": "/",
      
      // List of icons
       "icons": [
        {
          // URL to the icon (required).
          "src": "img/cropped-Logotipo_512-1-048x048.png",
          
          // MIME type of the icon (required).
          "type": "image/png",
          
          // Size of the icon in pixels (optional).
          "sizes": "48x48"
        }
      ]
    },
    {
      // Name of the shortcut (required).
      "name": "Painel",
      
      // Description of the shortcut.
      "description": "Painel de Controle",
      
      // URL to the shortcut (required).
      "url": "/a/painel/",
      
      // List of icons
       "icons": [
        {
          // URL to the icon (required).
          "src": "img/cropped-Logotipo_512-1-048x048.png",
          
          // MIME type of the icon (required).
          "type": "image/png",
          
          // Size of the icon in pixels (optional).
          "sizes": "48x48"
        }
      ]
    }
  ],
  "categories": [
    "business",
    "entertainment",
    "kids",
    "medical",
    "personalization",
    "productivity",
    "security",
    "social",
    "utilities"
  ],
  "splash_pages": {
    "tablet": "/tablet-splash.html",
    "phone": "/phone-splash.html"
  },
  "id": "/index.html",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "default_theme_color": "#1F99D0",
  "theme_color": "#1F99D0",
  "background_color": "#EDFFFF"
}