Skip to content

Commit

Permalink
pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioSHKLR committed Dec 12, 2023
1 parent f60b1f0 commit 1003332
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
Binary file added framework/pwa/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions framework/pwa/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions framework/pwa/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"id": "/",
"scope": "https://pt.doutrina.org/",
"name": "doutrina",
"display": "fullscreen",
"start_url": "https://pt.doutrina.org/",
"short_name": "doutrina",
"theme_color": "#4ec1f5",
"description": "Uma plataforma inédita de estudos integrados; permitindo anotações, e a consulta de referências externas, sem sair da janela original.",
"orientation": "any",
"background_color": "#222222",
"related_applications": [],
"prefer_related_applications": false,
"display_override": [
"window-controls-overlay",
"fullscreen"
],
"lang": "pt-BR",
"dir": "ltr",
"handle_links": "preferred",
"launch_handler": {
"client_mode": "navigate-existing"
},
"iarc_rating_id": "",
"share_target": {
"action": "/handle-shared-content/",
"method": "GET",
"enctype": "application/x-www-form-urlencoded",
"params": {
"title": "doutrina.org",
"url": "https://pt.doutrina.org"
}
},
"scope_extensions": [
{
"origin": "pt.doutrina.org/*"
}
],
"icons": [
{
"src": "maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "favicon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "desktop.png",
"sizes": "2560x1440",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "tablet.png",
"sizes": "1274x1313",
"type": "image/png"
},
{
"src": "mobile.png",
"sizes": "638x1313",
"type": "image/png",
"form_factor": "narrow"
}

],
"features": [
"cross platform",
"rápido",
"simples"
],
"categories": [
"education"
]
}

0 comments on commit 1003332

Please sign in to comment.