{ "name": "Mind Dlink", "short_name": "Mind Dlink", "description": "Kho quản lý link cá nhân có tag, nhóm, tìm kiếm và lưu offline.", "id": "/mindlink-vault", "start_url": "./index.html?source=pwa", "scope": "./", "display": "standalone", "display_override": ["standalone", "minimal-ui"], "orientation": "portrait-primary", "background_color": "#f7f4ee", "theme_color": "#176b87", "categories": ["productivity", "utilities"], "share_target": { "action": "./index.html?action=share", "method": "GET", "enctype": "application/x-www-form-urlencoded", "params": { "title": "title", "text": "text", "url": "url" } }, "shortcuts": [ { "name": "Thêm link", "short_name": "Thêm", "description": "Mở nhanh form lưu link mới.", "url": "./index.html?action=add", "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }] }, { "name": "Mở nhanh", "short_name": "Mở", "description": "Tìm và mở link đã lưu.", "url": "./index.html?action=quick", "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }] } ], "icons": [ { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }, { "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" } ] }