{
  "name": "DaoFacturo",
  "short_name": "DaoFacturo",
  "description": "Offline invoicing software. 100% free, your data stays on your device.",
  "lang": "en-US",
  "start_url": "daofacturoen.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5e6d0",
  "theme_color": "#8b4513",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}