{
  "name": "Zidex - Pontaj și Management",
  "short_name": "Zidex",
  "description": "Aplicație pentru pontaj și managementul proiectelor de construcții",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ro",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/pwaLow.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwaBig.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/pwaBig.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "permissions": [
    "camera",
    "microphone",
    "geolocation",
    "notifications",
    "storage"
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple"
  ],
  "shortcuts": [
    {
      "name": "Pontaj Rapid",
      "short_name": "Pontaj",
      "description": "Acces rapid la pontaj",
      "url": "/timetracking",
      "icons": [
        {
          "src": "/pwaLow.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Vizualizare dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/pwaLow.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "new-client",
  "protocol_handlers": [
    {
      "protocol": "web+time",
      "url": "/timetracking?action=%s"
    }
  ]
} 