{
  "name": "Ridgefell Systems",
  "short_name": "Ridgefell",
  "lang": "en",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "background_color": "#121212",
  "theme_color": "#1976d2",
  "description": "Offline-first task management for Ridgefell workspaces.",
  "shortcuts": [
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "url": "/tasks",
      "description": "Jump directly to workspace tasks.",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/projects",
      "description": "Open the project overview module.",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/chat",
      "description": "Launch workspace chat.",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
