{
  "name": "Reader Machine by Niko Giletto",
  "short_name": "Reader Machine",
  "description": "Reader Machine: lettura vocale di Word, PDF, TXT, EPUB e Google Documenti con account utente e PWA installabile.",
  "lang": "it-IT",
  "start_url": "./?source=pwa&ui=compact",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f4db8",
  "icons": [
    {
      "src": "icons/reader-machine-192-v2.8.1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/reader-machine-512-v2.8.1.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "id": "./",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "categories": [
    "productivity",
    "education",
    "books"
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Usa Reader Machine",
      "short_name": "Apri lettore",
      "url": "./?source=pwa&ui=compact#appSection",
      "icons": [
        {
          "src": "icons/reader-machine-192-v2.8.1.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}