{
  "name": "Atlas Toolkit",
  "short_name": "AtlasToolkit",
  "description": "Open, extract, and edit Spine atlas regions in your browser.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#2b2b2b",
  "theme_color": "#0e639c",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "text/plain": [".atlas"]
      }
    }
  ]
}
