| 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 }}/*",
|
|
|