{
  "name": "Vintage Letter Studio",
  "short_name": "Letter Studio",
  "description": "Create beautiful vintage-style digital letters with stunning themes, peacock feathers, botanical designs, and more",
  "start_url": "/tools/vintage-letter-generator/index-revamped.html",
  "display": "standalone",
  "background_color": "#FDF8F3",
  "theme_color": "#0F6B6B",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/logo-without-bg.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/logo-without-bg.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["lifestyle", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/tools/vintage-letter-generator/screenshots/peacock-theme.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Royal Peacock Theme"
    },
    {
      "src": "/tools/vintage-letter-generator/screenshots/autumn-theme.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Autumn Maple Theme"
    }
  ],
  "shortcuts": [
    {
      "name": "New Letter",
      "short_name": "New",
      "description": "Create a new vintage letter",
      "url": "/tools/vintage-letter-generator/index-revamped.html",
      "icons": [{ "src": "/assets/logo-without-bg.png", "sizes": "96x96" }]
    },
    {
      "name": "My Letters",
      "short_name": "Gallery",
      "description": "View saved letters",
      "url": "/tools/vintage-letter-generator/index-revamped.html?view=gallery",
      "icons": [{ "src": "/assets/logo-without-bg.png", "sizes": "96x96" }]
    }
  ],
  "features": [
    "Cross Platform",
    "Offline Capable",
    "Theme Switching",
    "Export to Image",
    "Password Protection"
  ]
}