{
  "name": "Synapse NFC",
  "short_name": "Synapse NFC",
  "description": "App per la gestione di tag NFC",
  "start_url": "./index.php",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#D2D2D2",
  "theme_color": "#F9F9F9",
  "icons": [
    {
      "src": "launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}