mirror of
https://github.com/alexta69/metube.git
synced 2026-06-16 16:20:07 +00:00
feat: integrated Web Share Target API for PWA
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "MeTube",
|
||||
"short_name": "MeTube",
|
||||
"theme_color": "#212529",
|
||||
"background_color": "#fafafa",
|
||||
"display": "standalone",
|
||||
"scope": "./",
|
||||
"start_url": "/?utm_source=homescreen",
|
||||
"icons": [
|
||||
{
|
||||
"src": "assets/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "assets/icons/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"share_target": {
|
||||
"action": "/share-target",
|
||||
"method": "GET",
|
||||
"params": {
|
||||
"text": "text"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user