~phablet-team/webbrowser-app/trunk

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
34
35
36
37
38
39
40
41
42
43
{
  "profiles": {
    "webbrowser-app": {
      "binary": "/usr/bin/webbrowser-app",
      "profile_name": "webbrowser-app",
      "policy_vendor": "ubuntu",
      "policy_version": 1.3,
      "policy_groups": [
        "accounts",
        "audio",
        "camera",
        "content_exchange",
        "content_exchange_source",
        "keep-display-on",
        "location",
        "microphone",
        "networking",
        "push-notification-client",
        "video",
        "webview"
      ],
      "abstractions": [
        "ibus",
        "nvidia",
        "user-tmp"
      ],
      "template_variables": {
        "APP_ID_DBUS": "webbrowser_2dapp",
        "APP_PKGNAME_DBUS": "webbrowser_2dapp",
        "APP_PKGNAME": "webbrowser-app",
        "CLICK_DIR": "/usr/share/webbrowser-app"
      },
      "read_path": [
        "/usr/share/applications/",
        "/custom/vendor/here/location-provider/consent/*.html",
        "@{HOME}/.local/share/applications/",
        "/sys/devices/**/input*/"
      ],
      "write_path": [
      ]
    }
  }
}