aboutsummaryrefslogtreecommitdiff
path: root/modern/public/manifest.json
blob: 163d9088a0e69d9fe7780161a11431c5c9b734b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "short_name": "ETBSA",
  "name": "Aplicación de rastreo GPS para ETBSA",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    }
  ],
  "start_url": "./index.html",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff"
}