{
  "name": "Bugiboni Young Entrepreneurs Savings Management",
  "short_name": "Bugiboni Savings",
  "description": "Official savings management system for Bugiboni Young Entrepreneurs. Track deposits, monitor balances, and manage group savings securely.",
  "start_url": "/dashboard.html",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "theme_color": "#2E7D32",
  "background_color": "#f5f5f5",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["finance", "business", "productivity", "savings"],
  
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/login.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Login Screen - Secure access to your savings"
    },
    {
      "src": "screenshots/dashboard.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Dashboard - Overview of your savings"
    },
    {
      "src": "screenshots/transactions.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Transactions - Track all deposits"
    },
    {
      "src": "screenshots/reports.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Reports - View savings summaries"
    }
  ],

  "shortcuts": [
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Login to your savings account",
      "url": "/login.html",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your savings dashboard",
      "url": "/dashboard.html",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Record Deposit",
      "short_name": "Deposit",
      "description": "Record a new savings deposit",
      "url": "/dashboard.html?action=deposit",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View savings reports",
      "url": "/dashboard.html?action=reports",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],

  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://bugiboni-savings.vercel.app/manifest.json"
    }
  ],

  "prefer_related_applications": false,

  "protocol_handlers": [
    {
      "protocol": "web+bugiboni",
      "url": "/dashboard.html?action=%s"
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link"
    }
  },

  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

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

  "handle_links": "preferred",

  "note_taking": {
    "new_note_url": "/dashboard.html?action=new-note"
  },

  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".xls", ".xlsx"],
        "application/json": [".json"]
      }
    }
  ],

  "features": [
    "Cross-Platform",
    "Offline Support",
    "Push Notifications",
    "Installable",
    "WhatsApp Integration"
  ],

  "permissions": {
    "notifications": {
      "description": "Send payment confirmations and announcements"
    }
  },

  "iarc_rating_id": "e8b9c0a3-5d7e-4f2b-9a1c-6d8e3f2b1a9c",

  "display_override": ["window-controls-overlay", "standalone"],

  "lang": "en",

  "dir": "ltr",

  "prefer_related_applications": false,

  "scope_extensions": [
    {
      "origin": "https://*.vercel.app"
    }
  ],

  "serviceworker": {
    "src": "sw.js",
    "scope": "/",
    "type": "classic",
    "use_cache": false
  },

  "categories": ["finance", "productivity", "business"],

  "description": "Secure savings management for Bugiboni Young Entrepreneurs. Track deposits, monitor balances, and manage group finances with ease.",

  "screenshots": [
    {
      "src": "screenshots/desktop-1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Desktop Dashboard View"
    },
    {
      "src": "screenshots/mobile-1.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile Savings View"
    }
  ],

  "short_name": "Bugiboni Savings",

  "start_url": "/dashboard.html?utm_source=pwa",

  "theme_color": "#2E7D32",

  "background_color": "#f5f5f5",

  "display": "standalone",

  "orientation": "portrait-primary",

  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "density": "4.0"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "density": "5.0"
    }
  ],

  "prefer_related_applications": false,

  "related_applications": [],

  "scope": "/",

  "id": "com.bugiboni.savings",

  "dir": "ltr",

  "lang": "en-US",

  "name": "Bugiboni Young Entrepreneurs Savings Management",

  "description": "Official PWA for managing group savings with role-based access, WhatsApp integration, and offline support.",

  "categories": ["finance", "productivity", "business"],

  "screenshots": [
    {
      "src": "screenshots/login-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Login screen on desktop"
    },
    {
      "src": "screenshots/dashboard-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard on mobile"
    }
  ],

  "shortcuts": [
    {
      "name": "Record Deposit",
      "url": "/dashboard.html?action=deposit",
      "description": "Quickly record a new savings deposit",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Balance",
      "url": "/dashboard.html?action=balance",
      "description": "Check your current savings balance",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact Treasurer",
      "url": "/dashboard.html?action=contact",
      "description": "Quick contact with group treasurer",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],

  "display_override": ["standalone", "minimal-ui"],

  "handle_links": "preferred",

  "launch_handler": {
    "client_mode": "focus-existing"
  },

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

  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],

  "note_taking": {
    "new_note_url": "/dashboard.html?action=new-note"
  },

  "protocol_handlers": [
    {
      "protocol": "web+bugiboni",
      "url": "/dashboard.html?action=%s"
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link"
    }
  },

  "theme_color": "#2E7D32",

  "background_color": "#FFFFFF",

  "description": "Official savings management system for Bugiboni Young Entrepreneurs with role-based access, WhatsApp integration, and offline support.",

  "dir": "ltr",

  "lang": "en",

  "display": "standalone",

  "orientation": "portrait",

  "scope": "/",

  "start_url": "/",

  "short_name": "Bugiboni Savings",

  "name": "Bugiboni Young Entrepreneurs Savings Management System",

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

  "screenshots": [
    {
      "src": "/screenshots/login.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Login Screen"
    },
    {
      "src": "/screenshots/dashboard.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Main Dashboard"
    }
  ],

  "shortcuts": [
    {
      "name": "Record Deposit",
      "short_name": "Deposit",
      "description": "Record a new savings deposit",
      "url": "/dashboard.html?action=deposit",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View savings reports",
      "url": "/dashboard.html?action=reports",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],

  "categories": ["finance", "business", "productivity"],

  "prefer_related_applications": false,

  "related_applications": [],

  "theme_color": "#2E7D32",

  "background_color": "#f5f5f5",

  "display": "standalone",

  "orientation": "portrait",

  "scope": "/",

  "start_url": "/dashboard.html?source=pwa",

  "id": "com.bugiboni.savings.v1",

  "lang": "en",

  "dir": "ltr",

  "description": "Secure savings management for Bugiboni Young Entrepreneurs with role-based access and WhatsApp integration",

  "iarc_rating_id": "e8b9c0a3-5d7e-4f2b-9a1c-6d8e3f2b1a9c",

  "features": [
    "offline-capable",
    "installable",
    "push-notifications",
    "whatsapp-integration"
  ],

  "permissions": {
    "notifications": {
      "description": "Send payment confirmations"
    }
  },

  "handle_links": "preferred",

  "display_override": ["standalone", "minimal-ui"],

  "launch_handler": {
    "client_mode": "focus-existing"
  },

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

  "protocol_handlers": [
    {
      "protocol": "web+bugiboni",
      "url": "/dashboard.html?action=%s"
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link"
    }
  },

  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],

  "note_taking": {
    "new_note_url": "/dashboard.html?action=note"
  },

  "scope_extensions": [
    {
      "origin": "https://*.vercel.app"
    }
  ],

  "serviceworker": {
    "src": "sw.js",
    "scope": "/",
    "type": "classic",
    "update_via_cache": "none"
  }
}