Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: remoting/webapp/app_remoting/manifest_common.json.jinja2

Issue 1191883002: Revert of [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 {{ MANIFEST_KEY_FOR_UNOFFICIAL_BUILD }} 1 {{ MANIFEST_KEY_FOR_UNOFFICIAL_BUILD }}
2 "name": "{{APP_NAME}}", 2 "name": "{{APP_NAME}}",
3 "description": "{{APP_DESCRIPTION}}", 3 "description": "{{APP_DESCRIPTION}}",
4 "version": "{{ FULL_APP_VERSION }}", 4 "version": "{{ FULL_APP_VERSION }}",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "default_locale": "en", 6 "default_locale": "en",
7 "app": { 7 "app": {
8 "background": { 8 "background": {
9 "page": "arv_background.html" 9 "scripts": ["ar_background.js", "platform.js"]
10 } 10 }
11 }, 11 },
12 "import": [{
13 "id": "koejkfhmphamcgafjmkellhnekdkopod"
14 }
15 ],
16 "icons": { 12 "icons": {
17 "128": "icon128.png", 13 "128": "icon128.png",
18 "48": "icon48.png", 14 "48": "icon48.png",
19 "16": "icon16.png" 15 "16": "icon16.png"
20 }, 16 },
21 "optional_permissions": [ 17 "optional_permissions": [
22 "<all_urls>" 18 "<all_urls>"
23 ], 19 ],
24 "permissions": [ 20 "permissions": [
25 "{{ APP_REMOTING_API_BASE_URL }}/*", 21 "{{ APP_REMOTING_API_BASE_URL }}/*",
(...skipping 30 matching lines...) Expand all
56 "client_id": "{{ REMOTING_IDENTITY_API_CLIENT_ID }}", 52 "client_id": "{{ REMOTING_IDENTITY_API_CLIENT_ID }}",
57 "scopes": [ 53 "scopes": [
58 {{ OAUTH_GDRIVE_SCOPE }} 54 {{ OAUTH_GDRIVE_SCOPE }}
59 "https://www.googleapis.com/auth/appremoting.runapplication", 55 "https://www.googleapis.com/auth/appremoting.runapplication",
60 "https://www.googleapis.com/auth/googletalk", 56 "https://www.googleapis.com/auth/googletalk",
61 "https://www.googleapis.com/auth/userinfo#email", 57 "https://www.googleapis.com/auth/userinfo#email",
62 "https://www.googleapis.com/auth/userinfo.profile" 58 "https://www.googleapis.com/auth/userinfo.profile"
63 ] 59 ]
64 }, 60 },
65 "sandbox": { 61 "sandbox": {
66 "pages": [ "arv_wcs_sandbox.html" ] 62 "pages": [ "wcs_sandbox.html" ]
67 } 63 }
OLDNEW
« no previous file with comments | « remoting/webapp/app_remoting/js/feedback_consent.js ('k') | remoting/webapp/app_remoting/shared_module/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698