mirror of
https://github.com/baz-scm/awesome-reviewers.git
synced 2025-08-20 18:58:52 +03:00
25 lines
603 B
JSON
25 lines
603 B
JSON
---
|
|
---
|
|
{
|
|
"name": "Awesome Reviewers",
|
|
"short_name": "Reviewers",
|
|
"description": "AI-powered code review prompts",
|
|
"start_url": "{{ '/' | relative_url }}",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#444ac2",
|
|
"icons": [
|
|
{
|
|
"src": "{{ '/assets/images/ar-web-192.png' | relative_url }}",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "{{ '/assets/images/ar-web-512.png' | relative_url }}",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
}
|
|
]
|
|
} |