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

Unified Diff: remoting/webapp/manifest.json.jinja2

Issue 468693002: Hangouts remote desktop part III - It2MeService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/manifest.json.jinja2
diff --git a/remoting/webapp/manifest.json.jinja2 b/remoting/webapp/manifest.json.jinja2
index a5efc1f5f297d70b58e72b1a81b9496ad0b70d77..4d15da4e7549ec4694da8edd5e18dc668c2d2e07 100644
--- a/remoting/webapp/manifest.json.jinja2
+++ b/remoting/webapp/manifest.json.jinja2
@@ -14,9 +14,15 @@
{% else %}
"background": {
"page": "background.html"
- }
+ }
{% endif %}
},
+{% if webapp_type == 'v1' %}
+ "background": {
+ "page": "background.html",
+ "persistent": false
+ },
+{% endif %}
"icons": {
"128": "chromoting128.webp",
"48": "chromoting48.webp",
@@ -54,7 +60,11 @@
"pages": [ "wcs_sandbox.html" ]
},
{% endif %}
-
+ "externally_connectable": {
+ "matches": [
+ "https://*.talkgadget.google.com/*"
+ ]
+ },
"permissions": [
"{{ OAUTH2_ACCOUNTS_HOST }}/*",
"{{ OAUTH2_API_BASE_URL }}/*",

Powered by Google App Engine
This is Rietveld 408576698