{
  "name": "Bible Lesson Planner - AI Sunday School Curriculum Generator",
  "short_name": "Bible Lessons",
  "description": "Create professional Sunday school lesson plans in minutes with AI. Free Bible lesson templates for all ages. 20+ translations, printable PDFs. Trusted by 2,500+ churches.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F9F7F1",
  "theme_color": "#D97706",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity", "lifestyle", "utilities"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of Bible Lesson Planner"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of Bible Lesson Planner"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Lesson",
      "short_name": "New Lesson",
      "description": "Create a new AI-powered Bible lesson plan",
      "url": "/generate?source=pwa_shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Lessons",
      "short_name": "Lessons",
      "description": "View your lesson library",
      "url": "/lessons?source=pwa_shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Templates",
      "short_name": "Templates",
      "description": "Browse free lesson templates",
      "url": "/templates?source=pwa_shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Curriculum Planner",
      "short_name": "Planner",
      "description": "Plan your curriculum calendar",
      "url": "/planner?source=pwa_shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/generate",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "passage",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+biblelesson",
      "url": "/lesson/%s"
    }
  ]
}
