Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeiel Lima Miranda authored Apr 7, 2024
1 parent dee4161 commit cb377a9
Showing 1 changed file with 35 additions and 28 deletions.
63 changes: 35 additions & 28 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,42 @@
{
"name": "Quiz Bíblico",
"short_name": "Quiz",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Um quiz bíblico para testar seus conhecimentos sobre a Bíblia.ap",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
"name": "Quiz Biblico",
"short_name": "Quiz Biblico",
"start_url": "The URL that should be loaded when your application is opened",
"display": "standalone",
"description": "Uma forma de você aprender mais da Bíblia Sagrada.",
"lang": " pt-br",
"dir": "auto",
"theme_color": "#000000",
"background_color": "#000000",
"orientation": "any",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
"src": "icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
},
"src": "icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
"src": "icon.png",
"sizes": "2880x1800",
"type": "image/png",
"description": "Demonstração"
}
],
"prefer_related_applications": false,
"shortcuts": [
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
"name":"Quiz Biblico",
"url":"/",
"description":"Uma forma de você aprender mais da Bíblia Sagrada."
}
]
}
]
}

0 comments on commit cb377a9

Please sign in to comment.