{
  "name": "AshleyNotes",
  "short_name": "AshNotes",
  "description": "AshleyNotes is the new home for your thoughts. Clean, fast, secure and built for you.",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icons/ashley-notes.svg",
      "sizes": "48x48 72x72 96x96 128x128 192x192 256x256 512x512 any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/ashley-notes.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-mobile.png",
      "sizes": "510x845",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home Screen on Mobile"
    },
    {
      "src": "icons/screenshot-desktop.png",
      "sizes": "1899x961",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home Screen on Desktop"
    }
  ]
}