{
  "name": "StampRight",
  "short_name": "StampRight",
  "description": "Proof for every agreement you sign and every work you create.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2196F3",
  "background_color": "#f7f8fb",
  "lang": "en-US",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    { "src": "/assets/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New stamp",
      "short_name": "New",
      "description": "Stamp a contract or anchor IP rights on a file",
      "url": "/#/contracts/new",
      "icons": [{ "src": "/assets/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Verify",
      "short_name": "Verify",
      "description": "Check a hash against the chain",
      "url": "/#/verify",
      "icons": [{ "src": "/assets/favicon-192.png", "sizes": "192x192" }]
    }
  ]
}
