From 7316238f16655bd127b04476bbf7864b27f940f9 Mon Sep 17 00:00:00 2001 From: Sivaldo Date: Sat, 13 Jun 2026 19:20:23 -0300 Subject: Commit inicial --- static/manifest.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 static/manifest.json (limited to 'static/manifest.json') diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..6460cbe --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,34 @@ +{ + "name": "Caderno de Estudos - Direito", + "short_name": "Caderno", + "description": "Caderno interativo de estudos com quizzes e simulados de Direito", + "start_url": "/", + "scope": "/", + "display": "standalone", + "background_color": "#0f0f13", + "theme_color": "#c9a961", + "orientation": "portrait-primary", + "icons": [ + { + "src": "data:image/svg+xml,D", + "sizes": "192x192", + "type": "image/svg+xml", + "purpose": "any" + }, + { + "src": "data:image/svg+xml,D", + "sizes": "512x512", + "type": "image/svg+xml", + "purpose": "maskable" + } + ], + "categories": ["education", "productivity"], + "screenshots": [ + { + "src": "data:image/svg+xml,Caderno", + "sizes": "540x720", + "type": "image/svg+xml", + "form_factor": "narrow" + } + ] +} -- cgit v1.2.3