{
  "name": "Calendar - Beautiful Japanese & Global Event Planner",
  "short_name": "Calendar",
  "description": "A beautiful bilingual (English/Japanese) calendar with Japanese national holidays, recurring events, and personal event management. Free, offline-first, no login required.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#252520",
  "background_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  
  "icons": [
    {
      "src": "icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  
  "screenshots": [
    {
      "src": "screenshot.jpg",
      "sizes": "720x1364",
      "type": "image/jpg",
      "form_factor": "narrow"
    }
  ],
  
  "categories": ["productivity", "utilities"],
  
  "shortcuts": [
    {
      "name": "Add Event",
      "short_name": "Add Event",
      "description": "Quickly add a new event to your calendar",
      "url": "/?action=add-event",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23d4728e' width='192' height='192' rx='40'/><circle cx='96' cy='96' r='50' fill='none' stroke='%23ffffff' stroke-width='8'/><line x1='96' y1='70' x2='96' y2='122' stroke='%23ffffff' stroke-width='8' stroke-linecap='round'/><line x1='70' y1='96' x2='122' y2='96' stroke='%23ffffff' stroke-width='8' stroke-linecap='round'/></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Jump to today's date",
      "url": "/?action=today",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%234488b8' width='192' height='192' rx='40'/><circle cx='96' cy='96' r='55' fill='none' stroke='%23ffffff' stroke-width='6'/><text x='96' y='110' font-family='serif' font-size='48' font-weight='bold' fill='%23ffffff' text-anchor='middle' dominant-baseline='middle'>•</text></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
