{
  "name": "TongpaOS — Artist Platform",
  "short_name": "TongpaOS",
  "description": "Sean Ike's personal artist platform — creative pipeline, projects, analytics, and community.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e0e0e",
  "theme_color": "#c8a850",
  "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"
    }
  ],
  "share_target": {
    "action": "/capture",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  },
  "shortcuts": [
    {
      "name": "New Song",
      "short_name": "Song",
      "description": "Add a new song or project",
      "url": "/?capture=song",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Post",
      "short_name": "Post",
      "description": "Log a published post",
      "url": "/?capture=post",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Capture Idea",
      "short_name": "Idea",
      "description": "Capture a writing idea or title",
      "url": "/?capture=idea",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
