{
  "id": "/?source=pwa",
  "name": "Craftably Study",
  "short_name": "Craftably",
  "description": "AI-powered study companion with 50+ learning tools. Study beautifully. Think craftably.",
  "lang": "en-GB",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "scope_extensions": [
    { "origin": "https://craftablystudy.lovable.app" },
    { "origin": "https://craftablystudy.lovable.app" }
  ],
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "theme_color": "#1E3ABA",
  "background_color": "#1E3ABA",
  "categories": ["productivity", "utilities", "education"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "note_taking": {
    "new_note_url": "/notes"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+craftably",
      "url": "/?handler=%s"
    }
  ],
  "share_target": {
    "action": "/notes",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "content",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/notes",
      "accept": {
        "text/plain": [".txt", ".md"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "shortcuts": [
    {
      "name": "AI Assistant",
      "short_name": "AI",
      "description": "Chat with the AI study assistant",
      "url": "/ai-assistant",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "Open your notes",
      "url": "/notes",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Pomodoro",
      "short_name": "Focus",
      "description": "Start a focus session",
      "url": "/study",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Tools",
      "short_name": "Tools",
      "description": "Browse 50+ study tools",
      "url": "/tools",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "widgets": [
    {
      "name": "Daily Study Goal",
      "short_name": "Goal",
      "description": "Track your daily study progress",
      "tag": "daily-goal",
      "ms_ac_template": "/widgets/daily-goal.json",
      "data": "/widgets/daily-goal-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icons/icon-512x512.png",
          "sizes": "512x512",
          "label": "Daily study goal widget"
        }
      ],
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }],
      "auth": false,
      "update": 900
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Craftably Study dashboard"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Craftably Study mobile view"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "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-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-256x256.png",
      "sizes": "256x256",
      "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"
    }
  ]
}
