{
  "name": "SitePin - Construction Management",
  "short_name": "SitePin",
  "description": "Οργάνωση αυτοψίας και τεκμηρίωση έργων για μηχανικούς",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0a0d14",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Νέο Έργο",
      "short_name": "Νέο Έργο",
      "description": "Δημιουργία νέου έργου",
      "url": "/app?action=new",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Αναφορές",
      "short_name": "Αναφορές",
      "description": "Προβολή αναφορών",
      "url": "/reports",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/app",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}