Skip to content

Instantly share code, notes, and snippets.

@penk
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penk/82b3d357b8501001de4c to your computer and use it in GitHub Desktop.
Save penk/82b3d357b8501001de4c to your computer and use it in GitHub Desktop.
Click package manifest example
{
"description": "SlateKit Shell",
"framework": "ubuntu-sdk-14.04",
"hooks": {
"slatekit-shell": {
"apparmor": "slatekit-shell.json",
"desktop": "slatekit-shell.desktop"
}
},
"maintainer": "Penk Chen <penkia@gmail.com>",
"name": "com.ubuntu.developer.penk.slatekit-shell",
"title": "SlateKit Shell",
"version": "0.4"
}
{
"policy_groups": [
"networking",
"sensors",
"webview"
],
"policy_version": 1.1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment