{
  "name": "Carnet de matchs",
  "short_name": "Carnet",
  "description": "Mon carnet de matchs de foot — synchronise PC et mobile.",
  "lang": "fr",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#e2001a",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Matchs du jour", "short_name": "Du jour", "url": "./?go=day", "icons": [ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" } ] },
    { "name": "Ajouter un match", "short_name": "Ajouter", "url": "./?go=add", "icons": [ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" } ] }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
