{
  "name": "TONELAB — Photo Editor",
  "short_name": "TONELAB",
  "description": "Lightroom-style photo editor that runs entirely in your browser. Tone curve, HSL colour mixing, film grain and 20 cinematic presets. Free to use; Pro is a one-time £15. Your photos never leave your device.",
  "id": "/",
  "start_url": "/editor",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#0b0b0d",
  "theme_color": "#131316",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "photo",
    "graphics",
    "photography",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Open the editor",
      "short_name": "Editor",
      "url": "/editor",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TONELAB editor with cinematic presets"
    },
    {
      "src": "IMG_6448.png",
      "sizes": "1284x2778",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TONELAB editing a photo on mobile"
    }
  ]
}
