{
  "name": "iPadian — Your Personal iPhone on the Internet",
  "short_name": "iPadian",
  "description": "Access your iPhone anywhere. Share it with anyone. Build AI apps in seconds on your own shareable homescreen. Claim your free @handle.",
  "start_url": "/",
  "display_override": ["window-controls-overlay"],
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "categories": ["productivity", "entertainment", "developer tools", "music", "utilities"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "label": "iPadian OS Desktop — Your personal iPhone online with vibe coding studio"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Studio",
      "short_name": "Studio",
      "description": "Launch the AI app creation studio — build apps by describing them",
      "url": "/?app=Studio",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Play Music",
      "short_name": "Music",
      "description": "Open the Music player and stream songs",
      "url": "/?app=Music",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "New Note",
      "short_name": "Note",
      "description": "Create a new note in the Notes editor",
      "url": "/?app=Notes",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Link Device",
      "short_name": "Link",
      "description": "Sync your session to another device with a 6-digit code",
      "url": "/link",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Guide & Help",
      "short_name": "Help",
      "description": "Learn how to use iPadian OS and Vibe Coding",
      "url": "/help",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}
