-
Notifications
You must be signed in to change notification settings - Fork 9
/
mirror-app.xml
33 lines (33 loc) · 1.74 KB
/
mirror-app.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
31
32
33
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<application xmlns="http://ns.adobe.com/air/application/3.2">
<id>com.diymagicmirror.mirror</id>
<filename>mirror</filename>
<description/>
<!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->
<name>mirror</name>
<!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->
<copyright/>
<initialWindow>
<content>mirror.swf</content>
<systemChrome>none</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<resizable>true</resizable>
<renderMode>auto</renderMode>
</initialWindow>
<icon>
<image128x128>icons/king-128x128.png</image128x128>
<image48x48>icons/king-48x48.png</image48x48>
<image32x32>icons/king-32x32.png</image32x32>
<image16x16>icons/king-16x16.png</image16x16>
</icon>
<customUpdateUI>false</customUpdateUI>
<publisherID>E79E0C68A6D45CAC13B66C5037237C00E7125F56.1</publisherID>
<allowBrowserInvocation>false</allowBrowserInvocation>
<installFolder>DIY Magic Mirror</installFolder>
<programMenuFolder>DIY Magic Mirror</programMenuFolder>
<supportedProfiles>desktop </supportedProfiles>
<versionNumber>7.11</versionNumber>
</application>