Spaces:
Running
on
Zero
Running
on
Zero
Create manifest.json
Browse files- manifest.json +24 -0
manifest.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Pages Converter Pro",
|
| 3 |
+
"short_name": "Pages Converter",
|
| 4 |
+
"description": "Convert Apple Pages documents with AI",
|
| 5 |
+
"start_url": "/",
|
| 6 |
+
"display": "standalone",
|
| 7 |
+
"background_color": "#1e3c72",
|
| 8 |
+
"theme_color": "#2a5298",
|
| 9 |
+
"icons": [
|
| 10 |
+
{
|
| 11 |
+
"src": "https://api.placeholder.com/192x192/2a5298/ffffff?text=PC",
|
| 12 |
+
"sizes": "192x192",
|
| 13 |
+
"type": "image/png"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"src": "https://api.placeholder.com/512x512/2a5298/ffffff?text=PC",
|
| 17 |
+
"sizes": "512x512",
|
| 18 |
+
"type": "image/png"
|
| 19 |
+
}
|
| 20 |
+
],
|
| 21 |
+
"orientation": "portrait-primary",
|
| 22 |
+
"scope": "/",
|
| 23 |
+
"categories": ["productivity", "utilities"]
|
| 24 |
+
}
|