{
  "name": "Remember",
  "short_name": "Remember",
  "description": "Collecting digital souvenirs, one memory at a time.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#15120d",
  "theme_color": "#15120d",
  "icons": [
    { "src": "icon-192.png?v=5", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png?v=5", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192-maskable.png?v=5", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512-maskable.png?v=5", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg?v=5", "type": "image/svg+xml", "sizes": "any", "purpose": "any" }
  ],
  "share_target": {
    "action": "./?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": { "files": [ { "name": "files", "accept": ["image/*"] } ] }
  },
  "shortcuts": [
    { "name": "Add a ticket", "short_name": "Add", "url": "./?add=1" },
    { "name": "Add many", "short_name": "Add many", "url": "./?addmany=1" }
  ]
}
