// manifest.json
{
   "id": "privilegedApp",
   "version": "0.1",
   "type": "WebApp",
   "name": "The privileged app",
   "author": "The Company Inc",
   "requirePrivileged": true    // States that this app will use "privileged"
}	