{
  "name": "PLUTO — Personal AI System",
  "short_name": "PLUTO",
  "description": "Advanced Personal AI System with multi-persona intelligence, file analysis, and elite cognitive assistance.",
  "version": "3.8.0",

  "start_url": "/index.html",
  "scope": "/",
  "id": "/index.html",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",

  "theme_color": "#00c8ff",
  "background_color": "#020b14",

  "categories": ["productivity", "utilities", "education"],
  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PLUTO AI — Desktop Interface"
    },
    {
      "src": "screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PLUTO AI — Mobile Interface"
    }
  ],

  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "New Chat",
      "description": "Start a fresh conversation with PLUTO",
      "url": "/pluto.html?action=new",
      "icons": [{ "src": "icons/shortcut-chat.png", "sizes": "96x96" }]
    },
    {
      "name": "BLAZE Mode",
      "short_name": "BLAZE",
      "description": "Launch with the BLAZE persona",
      "url": "/pluto.html?persona=BLAZE",
      "icons": [{ "src": "icons/shortcut-blaze.png", "sizes": "96x96" }]
    },
    {
      "name": "Attach & Analyze",
      "short_name": "Analyze",
      "description": "Open PLUTO and attach a file for analysis",
      "url": "/pluto.html?action=attach",
      "icons": [{ "src": "icons/shortcut-attach.png", "sizes": "96x96" }]
    }
  ],

  "file_handlers": [
    {
      "action": "/pluto.html",
      "accept": {
        "text/plain": [".txt", ".md"],
        "text/html": [".html"],
        "text/css": [".css"],
        "text/javascript": [".js"],
        "application/json": [".json"],
        "text/csv": [".csv"],
        "text/x-python": [".py"],
        "application/pdf": [".pdf"],
        "application/sql": [".sql"]
      }
    }
  ],

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

  "protocol_handlers": [
    {
      "protocol": "web+pluto",
      "url": "/pluto.html?query=%s"
    }
  ],

  "handle_links": "preferred",

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

  "prefer_related_applications": false
}