Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:29:38 +02:00
parent 47b80e5f4a
commit 26de987331

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="cordova-plugin-chrome-apps-sockets-tcp-tests"
version="1.3.3-dev">
<name>Chrome Apps Sockets TCP Tests</name>
<js-module src="tests.js" name="tests">
<runs/>
</js-module>
</plugin>