-
Notifications
You must be signed in to change notification settings - Fork 8
/
plugin.xml
30 lines (21 loc) · 1.23 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
id="cordova-plugin-remove-ad-permission" version="1.0.1">
<name>Mobile Ad Families Programs</name>
<description>A Cordova plugin for the Construct Master Collection to implement advertisement compliance for applications in Google Play's Designed for Families programs.</description>
<license>MIT</license>
<keywords>cordova,android,construct-master-collection,ads,ad-id,designed-for-families-programs,ironsource,google,admob,mediation</keywords>
<repo>https://github.com/Chadori/Construct-Master-Collection.git</repo>
<issue>https://github.com/Chadori/Construct-Master-Collection/issues</issue>
<engines>
<engine name="cordova" version=">=6.4.0"/>
<engine name="cordova-android" version=">=6.0.0"/>
</engines>
<platform name="android">
<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
</config-file>
</platform>
</plugin>