testing tytd-web-share-target
This commit is contained in:
parent
865a75bf90
commit
277d0c732c
|
@ -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",
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TYTD</title>
|
||||
</head>
|
||||
<body>
|
||||
<h4 id="demi"></h4>
|
||||
<script>
|
||||
var element=document.getElementById('demi');
|
||||
element= window.location.search;
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue