Skip to content

Commit

Permalink
Add Click metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Monoses committed Aug 13, 2015
1 parent 5dce599 commit 2585073
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
8 changes: 8 additions & 0 deletions click/content-hub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"destination": [
"pictures",
"videos",
"links",
"text"
]
}
19 changes: 19 additions & 0 deletions click/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "textsecure.jani",
"version": "0.1",
"description": "A TextSecure compatible messaging client for Ubuntu phones",
"title": "TextSecure client",
"architecture": "armhf",
"framework" : "ubuntu-sdk-14.10",
"hooks": {
"textsecure": {
"apparmor": "textsecure.json",
"desktop": "textsecure.desktop",
"urls": "textsecure.url-dispatcher",
"content-hub": "content-hub.json"
}
},
"maintainer": "Jani Monoses <[email protected]>"
}


9 changes: 9 additions & 0 deletions click/textsecure.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Name=TextSecure
Exec=textsecure -phone %u
Icon=textsecure.png
Terminal=false
Type=Application
X-Ubuntu-Touch=true
X-Ubuntu-Default-Department-ID=communication

13 changes: 13 additions & 0 deletions click/textsecure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"policy_groups": [
"networking",
"contacts",
"content_exchange",
"content_exchange_source",
"audio",
"video"
],
"policy_version": 1.2
}


Binary file added click/textsecure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions click/textsecure.url-dispatcher
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{
"protocol": "tsdevice"
}
]

0 comments on commit 2585073

Please sign in to comment.