2 {{ MANIFEST_KEY_FOR_UNOFFICIAL_BUILD }}
3 "name": "__MSG_PRODUCT_NAME__",
4 "version": "{{ FULL_APP_VERSION }}",
5 "description": "__MSG_PRODUCT_DESCRIPTION__",
7 "default_locale": "en",
8 "minimum_chrome_version": "32",
10 {% if webapp_type == 'v1' %}
12 "local_path": "main.html"
16 "scripts": ["background.js"]
21 "128": "chromoting128.webp",
22 "48": "chromoting48.webp",
23 "16": "chromoting16.webp"
25 {% if webapp_type == 'v1' %}
29 "{{ OAUTH2_REDIRECT_URL }}"
31 "js": [ "cs_oauth2_trampoline.js" ]
35 "{{ THIRD_PARTY_AUTH_REDIRECT_URL }}"
37 "js": [ "cs_third_party_auth_trampoline.js" ]
40 "content_security_policy": "default-src 'self'; script-src 'self' {{ TALK_GADGET_HOST }}; style-src 'self' https://fonts.googleapis.com; img-src 'self' {{ TALK_GADGET_HOST }}; font-src *; connect-src 'self' {{ OAUTH2_ACCOUNTS_HOST }} {{ GOOGLE_API_HOSTS }} {{ TALK_GADGET_HOST }} https://relay.google.com",
42 "optional_permissions": [
46 {% if webapp_type != 'v1' %}
48 "client_id": "{{ REMOTING_IDENTITY_API_CLIENT_ID }}",
50 "https://www.googleapis.com/auth/chromoting https://www.googleapis.com/auth/googletalk https://www.googleapis.com/auth/userinfo#email"
54 "pages": [ "wcs_sandbox.html" ]
59 "{{ OAUTH2_ACCOUNTS_HOST }}/*",
60 "{{ OAUTH2_API_BASE_URL }}/*",
61 "{{ DIRECTORY_API_BASE_URL }}/*",
62 "{{ TALK_GADGET_HOST }}/talkgadget/*",
63 "https://relay.google.com/*",
68 {% if webapp_type != 'v1' %}
73 "overrideEscFullscreen"
75 {% if webapp_type == 'v2_pnacl' %}
82 "udp-multicast-membership",