1 {{ MANIFEST_KEY_FOR_UNOFFICIAL_BUILD }}
2 "name": "{{APP_NAME}}",
3 "description": "{{APP_DESCRIPTION}}",
4 "version": "{{ FULL_APP_VERSION }}",
6 "default_locale": "en",
9 "scripts": ["ar_background.js", "platform.js"]
17 "optional_permissions": [
21 "{{ APP_REMOTING_API_BASE_URL }}/*",
22 "{{ DIRECTORY_API_BASE_URL }}/*",
23 "{{ OAUTH2_ACCOUNTS_HOST }}/*",
24 "{{ OAUTH2_API_BASE_URL }}/*",
25 "{{ TALK_GADGET_HOST }}/talkgadget/*",
32 "https://relay.google.com/*",
40 "udp-multicast-membership",
48 "connect": "{{ XMPP_SERVER }}"
52 "client_id": "{{ REMOTING_IDENTITY_API_CLIENT_ID }}",
54 {{ OAUTH_GDRIVE_SCOPE }}
55 "https://www.googleapis.com/auth/appremoting.runapplication",
56 "https://www.googleapis.com/auth/googletalk",
57 "https://www.googleapis.com/auth/userinfo#email",
58 "https://www.googleapis.com/auth/userinfo.profile"
62 "pages": [ "wcs_sandbox.html" ]