{
  "name": "AI-Native Software Engineering School",
  "short_name": "AI School",
  "description": "An offline-first, zero-cost AI-powered software engineering school. Learn to architect, build, and ship production systems using local and edge AI tools.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#0D1117",
  "background_color": "#0D1117",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["education", "productivity", "developer"],
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI-Native School Dashboard"
    },
    {
      "src": "screenshots/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI-Native School Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your learning progress and stats",
      "url": "/#dashboard",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI Chat",
      "description": "Open the AI coding assistant",
      "url": "/#ai-assistant",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Curriculum",
      "short_name": "Courses",
      "description": "Browse engineering modules",
      "url": "/#curriculum",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/#ai-assistant",
    "method": "GET",
    "params": {
      "text": "prompt",
      "title": "title",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+ainativeschool",
      "url": "/#%s"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "windows",
      "url": "https://apps.microsoft.com/detail/ai-native-school"
    },
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.ainativeschool.app"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
