{
  "name": "HandAI Builder",
  "short_name": "HandAI Builder",
  "start_url": "/",
  "display": "standalone",
  "description": "A powerful AI tool for building applications",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#000000",
  "background_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/windows11/Square44x44Logo.targetsize-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/windows11/Square44x44Logo.targetsize-24.png",
      "sizes": "24x24",
      "type": "image/png"
    },
    {
      "src": "/windows11/Square44x44Logo.targetsize-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/windows11/Square44x44Logo.targetsize-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/windows11/Square44x44Logo.targetsize-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/windows11/Square44x44Logo.targetsize-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/android/android-launchericon-192-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ios/180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android/android-launchericon-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/ios/1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/windows11/SplashScreen.scale-100.png",
      "sizes": "620x300",
      "type": "image/png",
      "description": "Application splash screen"
    }
  ],
  "related_applications": [
    {
      "platform": "windows",
      "url": "https://your-app-store-url-here.com"
    },
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.yourapp"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/id123456789"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Home",
      "url": "/",
      "description": "Go to home page"
    },
    {
      "name": "New Project",
      "url": "/new-project",
      "description": "Create a new HandAI project"
    },
    {
      "name": "My Projects",
      "url": "/projects",
      "description": "View all your projects"
    }
  ]
}
