cordova-plugin-wkwebview-inject-cookie
Version:
Cordova plugin to inject a dummy cookie in a WKWebView instance. This is necessary to get the sync process started.
36 lines (35 loc) • 963 B
JSON
{
"name": "cordova-plugin-wkwebview-inject-cookie",
"description": "Cordova plugin to inject a dummy cookie in a WKWebView instance. This is necessary to get the sync process started.",
"version": "1.1.6",
"author": "Christian-W. Budde <CWBudde@pcjv.de>",
"bugs": {
"url": "https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie/issues"
},
"cordova": {
"id": "cordova-plugin-wkwebview-inject-cookie",
"platforms": [
"ios"
]
},
"homepage": "https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie#readme",
"keywords": [
"cookies",
"cordova",
"ecosystem:cordova",
"first",
"get",
"init",
"install",
"plugin",
"sync",
"inject",
"wkwebview"
],
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie.git"
}
}