{
  "short_name": "Air",
  "name": "Dịch Vụ Sửa Điện Lạnh Tại Nhà",
  "description": "Dịch Vụ Sửa Điện Lạnh Tại Nhà, Có mặt hỗ trợ nhanh chóng, sửa chữa triệt để mọi hư hỏng trên thiết bị kèm theo thời gian bảo hành dài hạn",
  "version": "1.0",
  "manifest_version": 2,
  "icons": [
    {
      "src": "",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "lang": "vi",
  "orientation": "portrait",
  "start_url": "/?source=pwa",
  "background_color": "#00b5f1",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#00b5f1",
  "browser_action": {
    "default_title": "My Extesnion",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "js/LeoScript.js"
  ]
}
