{
  "id": "/",
  "name": "Transcendent AI Decode",
  "short_name": "Decode",
  "description": "Break down complex documents into plain language. AI-powered contract, 401k, and lease analysis.",
  "start_url": "/dashboard",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "tab_strip": {
    "home_tab": "auto",
    "new_tab_button": "auto"
  },
  "background_color": "#1a0a2e",
  "theme_color": "#5b21b6",
  "orientation": "portrait",
  "scope": "/",
  "scope_extensions": [
    { "origin": "https://hymybfhjyyedvzaauwrl.supabase.co" },
    { "origin": "https://checkout.stripe.com" },
    { "origin": "https://billing.stripe.com" }
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "business", "utilities"],
  "screenshots": [
    {
      "src": "/icons/screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Upload and decode any document into plain language"
    },
    {
      "src": "/icons/screenshot-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI-powered risk detection and section breakdown"
    },
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Full document analysis dashboard on desktop"
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.transcendentai.decode",
      "id": "com.transcendentai.decode"
    }
  ],
  "prefer_related_applications": true,
  "note_taking": {
    "new_note_url": "/analyze"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "widgets": [
    {
      "name": "Decode Usage",
      "short_name": "Usage",
      "description": "See your monthly document breakdown usage at a glance",
      "tag": "decode-usage",
      "ms_ac_template": "/widgets/usage-template.json",
      "data": "/api/widgets/usage",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icons/screenshot-1.png",
          "sizes": "1080x1920",
          "label": "Usage widget showing monthly breakdowns"
        }
      ],
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192" }
      ]
    }
  ],
  "share_target": {
    "action": "/analyze",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["application/pdf", ".pdf", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", ".docx", "text/plain", ".txt"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+decode",
      "url": "/analyze?doc=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "file_handlers": [
    {
      "action": "/analyze",
      "accept": {
        "application/pdf": [".pdf"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "text/plain": [".txt"]
      }
    }
  ],
  "shortcuts": [
    {
      "name": "Decode a Document",
      "short_name": "Decode",
      "url": "/analyze",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Compare Documents",
      "short_name": "Compare",
      "url": "/compare",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
