{
  "name": "CNote",         
  "short_name": "CNote",       
  "start_url": "/note",        
  "display": "standalone",           
  "background_color": "#ffffff",     
  "theme_color": "#0C6EFD",
  "version": "1.1",   
  "icons": [
    {
      "src": "/assets/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/assets/note.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/note.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "description": "通过AI辅助实现的笔记本，可通过OneDrive保存、同步笔记内容，支持富文本编辑、MarkDown语法。",
  "scope": "/",                     
  "categories": ["utilities", "productivity"] ,
  "screenshots": [
    {
      "src": "/screenshots/b6fbb1f6-722b-481d-a7f4-457e797e1b24.jpg",
      "sizes": "1280x720",
      "type": "image/jpg",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/5af33a6b-b421-4903-899b-78177d8fbfff.jpg",
      "sizes": "414x896",
      "type": "image/jpg"
    }
  ]
}