{
  "name": "Tiny Pixel Editor",
  "short_name": "Tiny Pixel",
  "description": "A complete pixel art editor and animator that runs in your browser. Layers, frame animation, tilemap layers, indexed colour, symmetry, seamless tiling and custom brushes. Free, no sign-up, and your artwork never leaves your device.",
  "start_url": "/app/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#191919",
  "background_color": "#191919",
  "categories": [
    "graphics",
    "design",
    "productivity"
  ],
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/app/",
      "accept": {
        "application/json": [
          ".pxl"
        ],
        "application/octet-stream": [
          ".ase",
          ".aseprite"
        ],
        "image/png": [
          ".png"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/webp": [
          ".webp"
        ],
        "image/gif": [
          ".gif"
        ]
      }
    }
  ]
}
