summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/chromeos/camera/src/manifest.json
blob: 412686f9bedb714b2a99ba35fdb0f873e8b42a27 (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
25
26
27
28
29
30
31
{
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3oA1Ox8PiRORjuFDgJeWcwnzZDPHUzuH6fymTrx8KPybhfd6XIYFXvilSsRnsGKPslN+BXke3HWC4/MoB2HM2pNGmsQ+jNyTh2dgk4ISdZYRLfqjxr846/245dkznCJLYAZr72Lk+vRZUyYBcLNNox8jRV5ZF16+8uPPUsUiqbQIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "6.1.0",
  "default_locale": "en",
  "minimum_chrome_version": "60.0.0.0",
  "icons": {
    "48": "images/camera_app_icons_48.png",
    "128": "images/camera_app_icons_128.png"
  },
  "permissions": [
    "videoCapture",
    "audioCapture",
    "storage",
    "unlimitedStorage",
    "idle",
    "chromeosInfoPrivate",
    "metricsPrivate",
    "fileManagerPrivate",
    "fileSystem.requestDownloads",
    {"fileSystem": ["write", "directory"]},
    "https://www.google-analytics.com/"
  ],
  "app": {
    "background": {
      "scripts": ["js/background.js"]
    }
  }
}