website-to-remarkable/manifest.json

27 lines
527 B
JSON
Raw Permalink Normal View History

2020-03-22 13:51:40 +00:00
{
"name": "Website-to-reMarkable",
"short_name": "Website-to-reMarkable",
"description": "Send websites as PDFs to reMarkable",
2020-05-26 12:51:28 +00:00
"theme_color": "#e54655",
"background_color": "#e54655",
2020-03-22 13:51:40 +00:00
"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"
}
}
}