2 "key": "{{ MANIFEST_KEY }}",
3 "name": "__MSG_PRODUCT_NAME__",
4 "version": "{{ FULL_APP_VERSION }}",
5 "description": "__MSG_PRODUCT_DESCRIPTION__",
7 "default_locale": "en",
8 "minimum_chrome_version": "32",
11 "page": "background.html"
15 "128": "chromoting128.webp",
16 "48": "chromoting48.webp",
17 "16": "chromoting16.webp"
19 "optional_permissions": [
24 "client_id": "{{ REMOTING_IDENTITY_API_CLIENT_ID }}",
27 "https://www.googleapis.com/auth/clouddevices",
29 "https://www.googleapis.com/auth/chromoting",
30 "https://www.googleapis.com/auth/googletalk",
31 "https://www.googleapis.com/auth/userinfo#email"
35 "pages": [ "wcs_sandbox.html" ]
38 "{{ OAUTH2_ACCOUNTS_HOST }}/*",
39 "{{ OAUTH2_API_BASE_URL }}/*",
40 "{{ DIRECTORY_API_BASE_URL }}/*",
41 "{{ TELEMETRY_API_BASE_URL }}/*",
42 "{{ TALK_GADGET_HOST }}/talkgadget/*",
43 "https://relay.google.com/*",
44 {% if PROXY_URL != '' %}
50 {"fileSystem": ["write"]},
55 "overrideEscFullscreen",
61 "udp-multicast-membership",
69 "connect": "{{ XMPP_SERVER }}"