File size: 625 Bytes
3269018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "PawMatch AI",
    "short_name": "PawMatch",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4299e1",
    "description": "Your Smart Dog Breed Guide",
    "icons": [
        {
            "src": "./icon-192.png",  // 移除 assets/
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./icon-512.png",  // 移除 assets/
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}