{
  "name": "ANCHOR S.P.A.C.E.S. \u2014 Shared Presence & Autistic Co-working Environment System",
  "short_name": "S.P.A.C.E.S.",
  "description": "ANCHOR S.P.A.C.E.S. is a neuroinclusive shared-presence, autistic co-working, body-doubling, co-play, video, community, safety and support environment.",
  "start_url": "./dock.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fbf8f0",
  "theme_color": "#073b78",
  "icons": [
    {
      "src": "assets/anchor-logo-color.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Space",
      "url": "./dock.html",
      "icons": [
        {
          "src": "assets/anchor-logo-color.png",
          "sizes": "1024x1024"
        }
      ]
    },
    {
      "name": "Co-Work",
      "url": "./focus.html"
    },
    {
      "name": "Co-Play",
      "url": "./coplay.html"
    },
    {
      "name": "Support Dock",
      "url": "./support-dock.html"
    }
  ]
}