{
  "id": "./",
  "name": "ArtBxB",
  "short_name": "ArtBxB",
  "description": "Break a reference photo into a grid and draw it one square at a time.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0e0e10",
  "theme_color": "#0a0a0b",
  "categories": ["graphics", "productivity", "education"],
  "launch_handler": { "client_mode": "focus-existing" },
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "screenshot-work.png",
      "sizes": "1150x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "A study broken into squares, with the next cell to draw picked out"
    },
    {
      "src": "screenshot-draw.png",
      "sizes": "1150x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "One cell magnified to fill the screen, with rulers and guides"
    },
    {
      "src": "screenshot-phone-work.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "A study broken into squares on a phone"
    },
    {
      "src": "screenshot-phone-draw.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "One cell magnified to fill a phone screen"
    }
  ]
}
