Explorar el Código

Add share target

Trevor Elliott hace 3 años
padre
commit
aa6d9dd491
Se han modificado 1 ficheros con 10 adiciones y 1 borrados
  1. 10 1
      static/manifest.json

+ 10 - 1
static/manifest.json

@@ -15,5 +15,14 @@
       "type": "image/png",
       "sizes": "512x512"
     }
-  ]
+  ],
+  "share_target": {
+    "action": "/add-link",
+    "method": "GET",
+    "params": {
+      "title": "name",
+      "text": "text",
+      "url": "url"
+    }
+  }
 }