Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
b5bec48556
commit
a50ee11755
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!--
|
||||
Copyright (c) 2013 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-common"
|
||||
version="1.0.7">
|
||||
<engines>
|
||||
<engine name="cordova" version=">=3.0.0" />
|
||||
</engines>
|
||||
|
||||
<name>Chrome Apps Common Utils</name>
|
||||
<keywords>chrome,common,util</keywords>
|
||||
<repo>https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-common.git</repo>
|
||||
<issue>https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-common/issues</issue>
|
||||
|
||||
<js-module src="events.js" name="events">
|
||||
<clobbers target="chrome.Event" />
|
||||
</js-module>
|
||||
<js-module src="errors.js" name="errors" />
|
||||
<js-module src="stubs.js" name="stubs" />
|
||||
<js-module src="helpers.js" name="helpers" />
|
||||
</plugin>
|
Loading…
Reference in New Issue
Block a user