diff --git a/manifest.webmanifest b/manifest.webmanifest index efaddf9..53c91d0 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -6,6 +6,15 @@ "background_color": "#ff0000", "description": "Download YouTube Videos", "orientation": "portrait-primary", + "share_target": { + "action": "./share", + "method": "GET", + "params": { + "title": "title", + "text": "text", + "url": "url" + } + }, "icons": [ { "src": "assets/icons/icon-72x72.png", diff --git a/share/index.html b/share/index.html new file mode 100644 index 0000000..8f9bf62 --- /dev/null +++ b/share/index.html @@ -0,0 +1,16 @@ + + +
+ + + +