{
  "id": "/",
  "name": "ParentMaxxing Lab",
  "short_name": "ParentMaxxing Lab",
  "description": "Faith-based homeschooling powered by AI",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en-US",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "https://blissful-hypatia.vercel.app"
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://blissful-hypatia.vercel.app/manifest.json"
    }
  ],
  "background_color": "#F0FAF0",
  "theme_color": "#6BAE75",
  "categories": ["education", "kids", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Tutor Chat",
      "short_name": "Chat",
      "description": "Jump straight to the AI Tutor",
      "url": "/tutor?tab=chat",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Parent and Student Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": ["window-controls-overlay", "tabbed"],
  "widgets": [
    {
      "name": "Verse of the Day",
      "short_name": "Verse",
      "description": "See the daily memory verse",
      "tag": "verse-widget",
      "template": "verse-template",
      "ms_ac_template": "/widgets/verse.json",
      "data": "/api/widgets/verse",
      "type": "application/json",
      "multiple": false,
      "screenshots": [
        {
          "src": "/icon-512x512.png",
          "sizes": "512x512",
          "type": "image/png",
          "label": "Widget preview"
        }
      ],
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/tutor?action=new-note"
  },
  "tab_strip": {
    "home_tab": {
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": ["focus-existing", "navigate-new"]
  },
  "file_handlers": [
    {
      "action": "/tutor?action=open-file",
      "accept": {
        "image/*": [".jpg", ".png", ".jpeg"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+parentmaxxinglab",
      "url": "/?mode=%s"
    }
  ]
}
