{
  "name": "Skiftschema Sverige - Chatt",
  "short_name": "ShiftChat",
  "version": "1.2.1", 
  "icons": [
    {"src": "/pwa-192x192.png", "sizes": "192x192", "type": "image/png"},
    {"src": "/pwa-512x512.png", "sizes": "512x512", "type": "image/png"},
    {"src": "/maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"},
    {"src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png"},
    {"src": "/icons/pwa-icon-192.svg", "sizes": "192x192", "type": "image/svg+xml"},
    {"src": "/icons/pwa-icon-512.svg", "sizes": "512x512", "type": "image/svg+xml"}
  ],
  "theme_color": "#3B82F6",
  "background_color": "#0f172a",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["social", "business"],
  "shortcuts": [
    {
      "name": "Öppna Chatt",
      "short_name": "Chatt",
      "description": "Gå direkt till chatten",
      "url": "/chatt",
      "icons": [{"src": "/pwa-192x192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "share_target": {
    "action": "/schema/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": ["window-controls-overlay", "standalone"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
