{
  "name": "Explyra — The All-in-One SaaS Ecosystem for Developers & Teams",
  "short_name": "Explyra",
  "id": "/",
  "description": "Explyra is the ultimate productivity suite for developers and teams. Manage expenses, crm, health, and developer tools in one unified workspace.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#F8F7F4",
  "theme_color": "#1546C0",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "windows",
      "url": "https://www.microsoft.com/store/apps/Explyra",
      "id": "explyra-pwa"
    }
  ],
  "iarc_rating_id": "e58c735d-dead-4f2e-836e-58742d1396a5",
  "scope_extensions": [
    {
      "origin": "https://explyra.me"
    },
    {
      "origin": "https://www.explyra.me"
    }
  ],
  "categories": [
    "finance",
    "business",
    "productivity",
    "utilities"
  ],
  "file_handlers": [
    {
      "action": "/emp.html?action=import",
      "accept": {
        "application/json": [
          ".json"
        ],
        "text/csv": [
          ".csv"
        ]
      },
      "icons": [
        {
          "src": "android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+explyra",
      "url": "/?url=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/emp.html?action=new-note"
  },
  "handle_links": "preferred",
  "icons": [
    {
      "src": "favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "assets/images/explyra_screenshot_3.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Explyra Dashboard on Desktop"
    },
    {
      "src": "assets/images/s1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Expense Management Analytics"
    },
    {
      "src": "assets/images/s2.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CRM and Pipeline Visualization"
    },
    {
      "src": "assets/images/s3.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Developer Tools and AI Suite"
    },
    {
      "src": "assets/images/explyra_screenshot_1.png",
      "sizes": "640x640",
      "type": "image/png",
      "label": "Unified Sidebar Experience"
    },
    {
      "src": "assets/images/explyra_screenshot_2.png",
      "sizes": "640x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Explyra Mobile Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Submit Claim",
      "short_name": "New Claim",
      "description": "Create a new expense claim instantly",
      "url": "/emp.html?action=create",
      "icons": [
        {
          "src": "android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Admin Panel",
      "short_name": "Admin",
      "description": "Access administrative controls",
      "url": "/admin.html",
      "icons": [
        {
          "src": "android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI",
      "description": "Chat with Explyra AI",
      "url": "/ai-dashboard.html",
      "icons": [
        {
          "src": "android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "share_target": {
    "action": "/emp.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "receipt",
          "accept": [
            "image/jpeg",
            "image/png",
            "application/pdf"
          ]
        }
      ]
    }
  }
}