{
  "id": "./index.html",
  "name": "Saldox",
  "short_name": "Saldox",
  "description": "Controle financeiro pessoal",
  "lang": "pt-BR",
  "dir": "ltr",

  "start_url": "./index.html",
  "scope": "./",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#000000",
  "theme_color": "#000000",

  "categories": [
    "finance",
    "business",
    "productivity"
  ],

  "icons": [
    {
      "src": "IconResLow.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "IconResMid.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "IconResHigh.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "IconResHigh.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}