{
  "id": "com.einsteintimepiece.app",
  "name": "Einstein Time Dilation Timepiece",
  "short_name": "Einstein Clock",
  "description": "Experience Einstein's General Relativity in real time. Two analog watches show your head clock running faster than your feet clock — proven physics, happening in your body right now.",
  "start_url": "/einstein-clock/app.html",
  "scope": "/einstein-clock/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui", "browser"],
  "tab_strip": {
    "home_tab": { "url": "/" },
    "new_tab_button": { "url": "/" }
  },
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "portrait-primary",
  "categories": ["education", "science", "utilities"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://uribebusiness-bit.github.io/einstein-clock/manifest.json",
      "id": "com.einsteintimepiece.app"
    }
  ],
  "lang": "en-US",
  "dir": "ltr",

  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

  "protocol_handlers": [
    {
      "protocol": "web+einsteinclock",
      "url": "/?protocol=%s"
    }
  ],

  "scope_extensions": [
    { "origin": "https://uribebusiness-bit.github.io/einstein-clock" }
  ],

  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"],
        "application/json": [".json"]
      }
    }
  ],

  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "handle_links": "preferred",

  "edge_side_panel": {
    "preferred_width": 400
  },

  "note_taking": {
    "new_note_url": "/"
  },

  "widgets": [
    {
      "name": "Einstein Clock Widget",
      "description": "Shows your real-time head/feet time dilation gap",
      "tag": "einstein-clock-widget",
      "template": "clock-widget",
      "ms_ac_template": "widgets/clock-widget.json",
      "data": "widgets/clock-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "screenshots/screen-narrow.png",
          "sizes": "390x844",
          "label": "Einstein Clock Widget"
        }
      ],
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ],

  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/screen-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Einstein Time Dilation Timepiece — Desktop View"
    },
    {
      "src": "screenshots/screen-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Einstein Time Dilation Timepiece — Mobile View"
    }
  ],

  "shortcuts": [
    {
      "name": "Open Clock",
      "short_name": "Clock",
      "description": "Open the Einstein Time Dilation Timepiece",
      "url": "/",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
