{
  "name": "Dari - Translator",
  "short_name": "Dari",
  "description": "Translation in 17 languages with the right level of politeness, pronunciation computed on the device, camera reading and an offline survival pack.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf6ea",
  "theme_color": "#faf6ea",
  "categories": [
    "education",
    "travel",
    "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Show them the screen",
      "short_name": "Hand over",
      "description": "Open the last translation full screen for someone else to read",
      "url": "./#handover",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Conversation",
      "short_name": "Talk",
      "description": "Two-way conversation mode",
      "url": "./#talk",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Read a photo",
      "short_name": "Camera",
      "description": "Photograph a menu, sign or form",
      "url": "./#camera",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
