{
  "id": "/",
  "lang": "en-GB",
  "dir": "ltr",
  "short_name": "Tinge",
  "name": "Tinge — Paint Colour Studio",
  "description": "See it before you paint it. Visualise colour schemes on your room, coordinate shades, and calculate exactly how much paint to buy.",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#E82212",
  "background_color": "#E82212",
  "categories": ["lifestyle", "productivity", "shopping"],
  "shortcuts": [
    {
      "name": "New project",
      "short_name": "Project",
      "description": "Start a new painting project",
      "url": "/projects",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "The Lab",
      "short_name": "The Lab",
      "description": "Try colours on a room",
      "url": "/?tab=experiment",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Snap a colour",
      "short_name": "Snap",
      "description": "Match paint from a photo",
      "url": "/?tab=detective",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
