plugin.xml 477 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Copyright (c) 2015 The Chromium Authors. All rights reserved.
  4. Use of this source code is governed by a BSD-style license that can be
  5. found in the LICENSE file.
  6. -->
  7. <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
  8. id="cordova-plugin-chrome-apps-system-network-tests"
  9. version="1.1.2-dev">
  10. <name>Chrome System Network Tests</name>
  11. <js-module src="tests.js" name="tests">
  12. <runs/>
  13. </js-module>
  14. </plugin>