{
  "name": "Payas Editor",
  "short_name": "Payas",
  "description": "Multi-tab WYSIWYG rich-text editor that saves as Markdown. Works fully offline.",
  "start_url": "./payas-editor.html",
  "id": "./payas-editor.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#eeeae2",
  "theme_color": "#2d6a4f",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Document",
      "short_name": "New",
      "description": "Open a new blank document",
      "url": "./payas-editor.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
