{
  "id": "/",
  "name": "GEAR Matrix",
  "short_name": "GEAR",
  "description": "Rede social, dashboard e metaverso web do ecossistema GEAR Matrix.",
  "lang": "pt-BR",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#030805",
  "theme_color": "#00ff41",
  "orientation": "portrait-primary",
  "categories": ["social", "productivity", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "url": "/frontend/pages/feed.html",
      "description": "Abrir o feed global",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/frontend/pages/dashboard.html",
      "description": "Abrir o terminal central",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Avatar 3D",
      "short_name": "Avatar",
      "url": "/frontend/pages/3dPerson.html",
      "description": "Abrir o editor de eu digital",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}