{
  "name": "ToUse.Chat - AI Assistant",
  "short_name": "ToUse.Chat",
  "description": "General AI will reshape how we interact with tech, creating an intelligent environment where all tasks can be done with a single sentence.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#fefcf8",
  "theme_color": "#8b867b",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "education", "business", "communication"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "id": "touse-chat-pwa-app",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72-maskable.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-96x96-maskable.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-128x128-maskable.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-144x144-maskable.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-152x152-maskable.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-384x384-maskable.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "New Chat",
      "description": "Start a new conversation with AI",
      "url": "/?action=new_chat&utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Chat History",
      "short_name": "History",
      "description": "View all your conversations",
      "url": "/all-chats?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Configure app preferences and account",
      "url": "/settings?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Offline Mode",
      "short_name": "Offline",
      "description": "Access offline features and cached content",
      "url": "/offline?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ToUse.Chat - AI Assistant Desktop Interface"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ToUse.Chat - Mobile Chat Interface"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+tousechat",
      "url": "/?action=share&text=%s&utm_source=protocol_handler"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/?utm_source=file_handler",
      "accept": {
        "text/plain": [".txt", ".md", ".log"],
        "text/markdown": [".md", ".markdown", ".mdown"],
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://touse.chat/manifest.json",
      "id": "touse-chat-pwa-app"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://touse.chat"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate",
  "note_taking": {
    "new_note_url": "/?action=new_note&utm_source=note_taking"
  },
  "widgets": [
    {
      "name": "Quick Chat",
      "short_name": "Chat",
      "description": "Quick access to AI chat",
      "tag": "quick-chat",
      "template": "quick-chat-template",
      "ms_ac_template": "quick-chat-template",
      "data": "/?widget=quick-chat",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "label": "Quick Chat Widget"
        }
      ]
    }
  ]
}
