27 lines
521 B
JSON
27 lines
521 B
JSON
{
|
|
"name": "Website-to-reMarkable",
|
|
"short_name": "Website-to-reMarkable",
|
|
"description": "Send websites as PDFs to reMarkable",
|
|
"theme_color": "#999",
|
|
"background_color": "#999",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "rocket.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"splash_pages": null,
|
|
"share_target": {
|
|
"action": "/",
|
|
"method": "GET",
|
|
"params": {
|
|
"url": "website",
|
|
"text": "website"
|
|
}
|
|
}
|
|
}
|