summaryrefslogtreecommitdiff
path: root/static/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json34
1 files changed, 34 insertions, 0 deletions
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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f0f13' width='192' height='192'/><text x='96' y='120' font-size='80' font-weight='bold' text-anchor='middle' fill='%23c9a961' font-family='monospace'>D</text></svg>",
+ "sizes": "192x192",
+ "type": "image/svg+xml",
+ "purpose": "any"
+ },
+ {
+ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f0f13' width='192' height='192'/><text x='96' y='120' font-size='80' font-weight='bold' text-anchor='middle' fill='%23c9a961' font-family='monospace'>D</text></svg>",
+ "sizes": "512x512",
+ "type": "image/svg+xml",
+ "purpose": "maskable"
+ }
+ ],
+ "categories": ["education", "productivity"],
+ "screenshots": [
+ {
+ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f0f13' width='540' height='720'/><text x='270' y='360' font-size='60' font-weight='bold' text-anchor='middle' fill='%23c9a961' font-family='monospace'>Caderno</text></svg>",
+ "sizes": "540x720",
+ "type": "image/svg+xml",
+ "form_factor": "narrow"
+ }
+ ]
+}