{
  "name": "Infinity OS Desktop Emulator",
  "short_name": "Infinity OS",
  "description": "A desktop operating system emulator running on the Internet Computer",
  "start_url": "/",
  "display": "fullscreen",
  "background_color": "#0a0b1e",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "categories": ["productivity", "utilities", "developer"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/infinityosLogo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/infinityosLogo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Infinity OS Desktop Interface"
    },
    {
      "src": "/screenshots/mobile-narrow.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Infinity OS Mobile Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Project Subnet",
      "short_name": "Dashboard",
      "description": "Open the central dashboard",
      "url": "/?app=finder",
      "icons": [
        {
          "src": "/icons/infinityosLogo-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Terminal",
      "short_name": "Terminal",
      "description": "Open system terminal",
      "url": "/?app=terminal",
      "icons": [
        {
          "src": "/icons/infinityosLogo-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Motoko²",
      "short_name": "Motoko²",
      "description": "Open Motoko² playground",
      "url": "/?app=motoko-squared",
      "icons": [
        {
          "src": "/icons/infinityosLogo-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
