summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/crosh_builtin/manifest.json
blob: 759bd77b8ee6d2176544b1e4f9fe3b2d8019f9bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "key": "AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtKfIKWzC4HnQbyAeddk5h78K7LSyrIEnLKDsQCNxhfsavJ+otV9JprDSz3nF7EHZokXiC72SHxdMndt2IlId/aRfhbU4UGidrmFBKg6v1Fs2zey6niB+xLOhJQMe9XtwVNWDpiGXHLmwNhG/FLhj0bBBf1HZDBV18Xp47ymLiuQ==",
  "name": "Terminal",
  "manifest_version": 2,
  "icons": {
    "192": "images/dev/crostini-192.png"
  },
  "content_security_policy": "script-src 'self' blob: filesystem:; object-src 'self' blob: filesystem:",
  "version": "0.8.36",
  "default_locale": "en",
  "description": "Built-in terminal for crosh.",
  "offline_enabled": true,
  "options_page": "html/nassh_preferences_editor.html",
  "incognito": "split",
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "notifications",
    "storage",
    "terminalPrivate",
    "unlimitedStorage",
    "accessibilityFeatures.read"
  ]
}