{
  "name": "DeepBackground — Atomic Timeline",
  "short_name": "Atomic",
  "description": "Drag, drop, paste, or share dated events onto your Atomic Timeline.",
  "id": "/atomic-timeline",
  "start_url": "/atomic-timeline",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/logos/deepbackground-logo_350.jpeg",
      "sizes": "350x350",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/logos/deepbackground-logo.jpg",
      "sizes": "1000x1000",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/logos/deepbackground-logo.jpg",
      "sizes": "1000x1000",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/atomic-timeline/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "text/calendar",
            ".ics",
            "image/*",
            "text/plain"
          ]
        }
      ]
    }
  }
}
