{
  "name": "action ai — personal CRM",
  "short_name": "action ai",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#07070b",
  "theme_color": "#07070b",
  "description": "Capture people, notes, and follow-ups at the speed of talking.",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "productivity",
    "business",
    "social"
  ],
  "icons": [
    {
      "src": "/action-ai-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/action-ai-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/action-ai-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/action-ai-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Capture a person",
      "short_name": "Capture",
      "description": "Jump straight to the voice / paste capture surface",
      "url": "/?capture=1",
      "icons": [
        {
          "src": "/action-ai-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Follow-ups",
      "short_name": "Follow-ups",
      "description": "What you owe people today",
      "url": "/?nav=tasks",
      "icons": [
        {
          "src": "/action-ai-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "People",
      "short_name": "People",
      "description": "Everyone you have captured",
      "url": "/?nav=people",
      "icons": [
        {
          "src": "/action-ai-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "st_title",
      "text": "st_text",
      "url": "st_url"
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/png": [
          ".png"
        ],
        "image/webp": [
          ".webp"
        ]
      }
    }
  ]
}
