summaryrefslogtreecommitdiff
path: root/tizen-manifest.xml
blob: 7bfd69c28fa2b8974ea4280f477064cd76c39fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="4.0" install-location="internal-only" package="org.tizen.share-panel" version="1.0.0">
    <profile name="mobile"/>
    <ui-application appid="org.tizen.share-panel" exec="share-panel" hw-acceleration="on" launch_mode="group" multiple="false" nodisplay="true" process-pool="true" type="capp">
        <label>share-panel</label>
        <icon>share-panel.png</icon>
    </ui-application>
    <privileges>
        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
        <privilege>http://tizen.org/privilege/window.priority.set</privilege>
        <privilege>http://tizen.org/privilege/packagemanager.info</privilege>
    </privileges>
</manifest>