{
  "id": "com.neonova.aihomework",
  "name": "NEONOVA – AI Homework Helper",
  "short_name": "NEONOVA",
  "author": "Naisarg Ramdatti",
  "developer": {
    "name": "Naisarg Ramdatti"
  },
  "description": "Interactive AI homework helper, math solver, 3D science labs, and progress mastery tracker for students from 1st to 12th grade.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#070b19",
  "theme_color": "#070b19",
  "categories": ["education", "productivity", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "note_taking": {
    "new_note_url": "/?mode=notes"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NEONOVA AI Homework Helper Desktop Interface"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NEONOVA AI Homework Helper Mobile Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Homework Solver",
      "short_name": "AI Solver",
      "description": "Instant step-by-step problem explanations tailored to your grade.",
      "url": "/?tab=tutor",
      "icons": [
        {
          "src": "/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "3D Science Labs",
      "short_name": "Science Labs",
      "description": "Interactive 3D anatomical and physics simulations.",
      "url": "/?tab=3dlab",
      "icons": [
        {
          "src": "/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Practice Quiz",
      "short_name": "Quiz",
      "description": "Test your knowledge with diagnostic questions.",
      "url": "/?tab=quiz",
      "icons": [
        {
          "src": "/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Study Notes Maker",
      "short_name": "Notes",
      "description": "Create and organize your academic study notes.",
      "url": "/?tab=notes",
      "icons": [
        {
          "src": "/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?share=true",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+neonova",
      "url": "/?action=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/?file=true",
      "name": "Academic Notes",
      "accept": {
        "text/plain": [".txt", ".md"],
        "application/json": [".json"]
      }
    }
  ]
}
