{
  "name": "Roots — social media for the people who actually matter",
  "short_name": "Roots",
  "id": "/",
  "description": "Invite-only. Chronological. No ads. No algorithm. Just real friendships, without the performance.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "orientation": "portrait",
  "background_color": "#faf6ee",
  "theme_color": "#faf6ee",
  "icons": [
    {
      "src": "/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "shortcuts": [
    {
      "name": "Capture",
      "short_name": "Capture",
      "url": "/capture",
      "icons": [
        {
          "src": "/icon-192-v2.png",
          "sizes": "192x192"
        }
      ],
      "description": "Open the camera and shoot a photo or short video"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages",
      "icons": [
        {
          "src": "/icon-192-v2.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "New post",
      "short_name": "Post",
      "url": "/home?compose=1",
      "icons": [
        {
          "src": "/icon-192-v2.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "/notifications",
      "icons": [
        {
          "src": "/icon-192-v2.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Rooms",
      "short_name": "Rooms",
      "url": "/rooms",
      "icons": [
        {
          "src": "/icon-192-v2.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+roots",
      "url": "/share?url=%s"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-feed.jpg",
      "sizes": "1088x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Your chronological Roots timeline"
    },
    {
      "src": "/screenshots/desktop-feed.jpg",
      "sizes": "1920x1088",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Roots on the desktop"
    }
  ],
  "file_handlers": [
    {
      "action": "/share",
      "accept": {
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg",
          ".gif",
          ".webp"
        ],
        "video/*": [
          ".mp4",
          ".mov",
          ".webm"
        ]
      }
    }
  ]
}
