mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	@@ -1,31 +1,31 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "short_name": "Gitea",
 | 
					  "short_name": "Gitea",
 | 
				
			||||||
    "name": "Gitea - Git with a cup of tea",
 | 
					  "name": "Gitea - Git with a cup of tea",
 | 
				
			||||||
    "icons": [
 | 
					  "icons": [
 | 
				
			||||||
      {
 | 
					    {
 | 
				
			||||||
        "src": "{{StaticUrlPrefix}}/img/gitea-lg.png",
 | 
					      "src": "{{StaticUrlPrefix}}/img/gitea-lg.png",
 | 
				
			||||||
        "type": "image/png",
 | 
					      "type": "image/png",
 | 
				
			||||||
        "sizes": "880x880"
 | 
					      "sizes": "880x880"
 | 
				
			||||||
      },
 | 
					    },
 | 
				
			||||||
      {
 | 
					    {
 | 
				
			||||||
        "src": "{{StaticUrlPrefix}}/img/gitea-sm.png",
 | 
					      "src": "{{StaticUrlPrefix}}/img/gitea-sm.png",
 | 
				
			||||||
        "type": "image/png",
 | 
					      "type": "image/png",
 | 
				
			||||||
        "sizes": "120x120"
 | 
					      "sizes": "120x120"
 | 
				
			||||||
      },
 | 
					    },
 | 
				
			||||||
      {
 | 
					    {
 | 
				
			||||||
        "src": "{{StaticUrlPrefix}}/img/gitea-512.png",
 | 
					      "src": "{{StaticUrlPrefix}}/img/gitea-512.png",
 | 
				
			||||||
        "type": "image/png",
 | 
					      "type": "image/png",
 | 
				
			||||||
        "sizes": "512x512"
 | 
					      "sizes": "512x512"
 | 
				
			||||||
      },
 | 
					    },
 | 
				
			||||||
      {
 | 
					    {
 | 
				
			||||||
        "src": "{{StaticUrlPrefix}}/img/gitea-192.png",
 | 
					      "src": "{{StaticUrlPrefix}}/img/gitea-192.png",
 | 
				
			||||||
        "type": "image/png",
 | 
					      "type": "image/png",
 | 
				
			||||||
        "sizes": "192x192"
 | 
					      "sizes": "192x192"
 | 
				
			||||||
      }
 | 
					    }
 | 
				
			||||||
    ],
 | 
					  ],
 | 
				
			||||||
    "start_url": "{{AppSubUrl}}/",
 | 
					  "start_url": "{{AppSubUrl}}/",
 | 
				
			||||||
    "scope": "{{AppSubUrl}}/",
 | 
					  "scope": "{{AppSubUrl}}/",
 | 
				
			||||||
    "background_color": "#FAFAFA",
 | 
					  "background_color": "#FAFAFA",
 | 
				
			||||||
    "display": "standalone",
 | 
					  "display": "standalone",
 | 
				
			||||||
    "theme_color": "{{ThemeColorMetaTag}}"
 | 
					  "theme_color": "{{ThemeColorMetaTag}}"
 | 
				
			||||||
  }
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user