{
  "background_color": "#23306d",
  "description": "Teste",
  "dir": "ltr",
  "display": "standalone",
  "name": "Éppi",
  "orientation": "natural",
  "scope": "/",
  "short_name": "Éppi",
  "start_url": "/",
  "theme_color": "#23306d",
  "icons": [
    {
      "src": "/icon2.png",
      "type": "image/png",
      "sizes": "16x16"
    },
    {
      "src": "/icon2.png",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "/icon2.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/icon2.png",
      "type": "image/png",
      "sizes": "64x64"
    },
    {
      "src": "/icon2.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "/icon2.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "/icon2.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon2.png",
      "type": "image/png"
    }
  ],
  "lang": "pt",
  "handle_links": "preferred",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://eppi-front.vercel.app"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [".pdf"]
      },
      "launch_type": "single-client"
    }
  ],
  "url_handlers": [
    {
      "origin": "https://pdfhost.io/"
    }
  ],
  "scope_extensions": [
    {"origin": "https://pdfhost.io/"},
    {"origin": "https://pdfhost.io"}
  ]
}