{ "name": "Advait Rule-Based Tracker", "short_name": "Advait Tracker", "description": "ADHD-friendly daily routine tracker with mental health monitoring and productivity tools", "start_url": "index.html", "display": "standalone", "background_color": "#0f172a", "theme_color": "#0f172a", "orientation": "portrait-primary", "scope": "./", "lang": "hi", "categories": ["productivity", "health", "lifestyle"], "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" } ], "screenshots": [ { "src": "screenshots/desktop.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" }, { "src": "screenshots/mobile.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow" } ], "shortcuts": [ { "name": "Today's Tasks", "short_name": "Tasks", "description": "Quick access to today's task list", "url": "/index.html?view=tasks", "icons": [ { "src": "/icons/task-icon.png", "sizes": "96x96" } ] }, { "name": "Add Task", "short_name": "Add", "description": "Quickly add a new task", "url": "/index.html?action=add-task", "icons": [ { "src": "/icons/add-icon.png", "sizes": "96x96" } ] } ], "related_applications": [], "prefer_related_applications": false, "edge_side_panel": { "preferred_width": 400 }, "launch_handler": { "client_mode": "navigate-existing" }, "protocol_handlers": [ { "protocol": "web+advait", "url": "/index.html?data=%s" } ], "file_handlers": [ { "action": "/index.html", "accept": { "application/json": [".json"] } } ], "share_target": { "action": "/index.html", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url" } }, "permissions": [ "notifications", "background-sync", "periodic-background-sync" ], "features": [ "Cross Platform", "Offline Support", "Local Storage", "Mental Health Monitoring", "Productivity Tracking", "Timer Management", "Task Management" ] }