{
  "name": "Typewriter Web",
  "short_name": "Typewriter",
  "description": "A modern typewriter-themed progressive web app for distraction-free writing",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#2c2825",
  "theme_color": "#2c2825",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "lifestyle"],
  "icons": [
    { "src": "icon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Document",
      "short_name": "New",
      "description": "Start a new document",
      "url": "./?new=1",
      "icons": [{ "src": "icon.png", "sizes": "192x192" }]
    }
  ]
}
