{
  "id": "com.frontalmovil.pax",
  "name": "Frontal Movil",
  "short_name": "Frontal",
  "description": "Viaja seguro con Frontal Movil en Pedro Juan Caballero",
  "start_url": "index.php",
  "scope": "/pasajero/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui",
    "edge_side_panel",
    "tabbed"
  ],
  "orientation": "portrait",
  "background_color": "#9dd6ee",
  "theme_color": "#87CEEB",
  "categories": [
    "transport",
    "travel"
  ],
  "iarc_rating_id": "e10+",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.frontalmovil.pax",
      "id": "com.frontalmovil.pax"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://app.frontalmovil.com"
    },
    {
      "origin": "https://frontalmovil.com"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+frontal",
      "url": "index.php?type=%s"
    },
    {
      "protocol": "mailto",
      "url": "index.php?mailto=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "index.php?action=new-note"
  },
  "lang": "es-PY",
  "dir": "ltr",
  "icons": [
    {
      "src": "../assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "../assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "../assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Pedir Viaje",
      "url": "index.php",
      "icons": [
        {
          "src": "../assets/img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "../assets/img/pasajero1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Solicita tu Frontal en segundos"
    },
    {
      "src": "../assets/img/pasajero2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mapa de Frontal Movil"
    },
    {
      "src": "../assets/img/pasajero1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vista amplia de Frontal"
    }
  ],
  "share_target": {
    "action": "index.php",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "index.php",
      "accept": {
        "text/plain": [".txt"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Frontal Quick Tap",
      "description": "Pide tu viaje mas rapido",
      "tag": "shortcut",
      "ms_ac_template": "assets/widgets/shortcut.json"
    }
  ],
  "handle_links": "auto",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}