{
  "name": "Markdown Viewer PWA",
  "short_name": "MD Viewer",
  "description": "A Progressive Web App for viewing and editing Markdown files offline",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#333333",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/", 
      "accept": {
        "text/markdown": [".md", ".markdown"]
      }
    }
  ]
}
