pages-converter-pro / manifest.json
SlouchyBuffalo's picture
Create manifest.json
0180678 verified
raw
history blame contribute delete
631 Bytes
{
"name": "Pages Converter Pro",
"short_name": "Pages Converter",
"description": "Convert Apple Pages documents with AI",
"start_url": "/",
"display": "standalone",
"background_color": "#1e3c72",
"theme_color": "#2a5298",
"icons": [
{
"src": "https://api.placeholder.com/192x192/2a5298/ffffff?text=PC",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://api.placeholder.com/512x512/2a5298/ffffff?text=PC",
"sizes": "512x512",
"type": "image/png"
}
],
"orientation": "portrait-primary",
"scope": "/",
"categories": ["productivity", "utilities"]
}