{
  "short_name": "NotesApp",
  "name": "Notes Application",
  "description": "A simple notes app for Android and iOS.",
  "icons": [
    {
      "src": "/favicon.ico",
      "type": "image/x-icon",
      "sizes": "192x192"
    },
    {
      "src": "/note-icon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#000000"
}
