﻿{
  "name": "MY点评",
  "short_name": "MY点评",
  "description": "马来西亚华语美食点评平台，发现餐厅、咖啡馆、探店笔记和精选榜单。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f7fc",
  "theme_color": "#f5f7fc",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "travel"],
  "icons": [
    {
      "src": "app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "找好店",
      "short_name": "好店",
      "url": "./index.html#restaurantGrid"
    },
    {
      "name": "地图导航",
      "short_name": "地图",
      "url": "./map.html"
    },
    {
      "name": "探店笔记",
      "short_name": "探店",
      "url": "./recommend.html"
    },
    {
      "name": "美食榜单",
      "short_name": "榜单",
      "url": "./lists.html"
    },
    {
      "name": "我的收藏",
      "short_name": "收藏",
      "url": "./profile.html#profileSavedSection"
    },
    {
      "name": "我的账号",
      "short_name": "我的",
      "url": "./profile.html"
    }
  ]
}
