{
  "name": "SPORT DARTTIME",
  "short_name": "DarttimeS",
  "gcm_sender_id": "103953800507",
  "permissions": ["notifications", "push"],
  "description": "La tua app per il mondo delle freccette - SPORT DARTTIME",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#d4af37",
  "background_color": "#000000",
  "lang": "it",
  "scope": "/",
  "categories": ["sports", "games", "entertainment"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/img/screenshot-mobile-1.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Homepage SPORT DARTTIME"
    },
    {
      "src": "/assets/img/screenshot-desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard SPORT DARTTIME"
    }
  ],
  "shortcuts": [
    {
      "name": "Profile",
      "short_name": "Tornei",
      "description": "Visualizza i tornei in corso",
      "url": "/profile.php",
      "icons": [
        {
          "src": "/assets/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Risultati",
      "short_name": "Ranking",
      "description": "Consulta la classifica generale",
      "url": "/results.php",
      "icons": [
        {
          "src": "/assets/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Live",
      "short_name": "Stats",
      "description": "Le tue statistiche personali",
      "url": "/live.php",
      "icons": [
        {
          "src": "/assets/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+dartgame",
      "url": "/game?action=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "id": "sport-darttime-pwa",
  "dir": "ltr",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}