改个名

This commit is contained in:
范大德 2023-02-10 09:15:20 +08:00
parent b175345c07
commit d05ef468c7
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
],
"engines": [],
"cordova": {
"id": "com.bez4pieci.cookies",
"id": "cordova-remove-cookies",
"platforms": [
"ios",
"android"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.bez4pieci.cookies" version="0.0.1">
id="cordova-remove-cookies" version="0.0.1">
<name>Cookies</name>
<description>Phonegap/Cordova plugin that allows you to clear cookies of the webview. Use it for logging out the user, restart analytics session etc.</description>
<license>MIT</license>