{
  "id": "./",
  "name": "ProDiff Professional",
  "short_name": "ProDiff",
  "description": "Offline-first file comparison, unified diff and patch workspace for Android, iPhone and iPad.",
  "lang": "en-GB",
  "dir": "ltr",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone"
  ],
  "orientation": "any",
  "background_color": "#f7f8fc",
  "theme_color": "#f7f8fc",
  "categories": [
    "developer",
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New comparison",
      "short_name": "Compare",
      "description": "Compare two text versions",
      "url": "./?view=compare"
    },
    {
      "name": "Apply patch",
      "short_name": "Patch",
      "description": "Parse and apply a unified diff",
      "url": "./?view=patch"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/workspace-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ProDiff mobile workspace"
    },
    {
      "src": "./screenshots/workspace-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ProDiff desktop workspace"
    }
  ]
}
