| Index: remoting/webapp/app_remoting/manifest_common.json.jinja2
|
| diff --git a/remoting/webapp/app_remoting/manifest_common.json.jinja2 b/remoting/webapp/app_remoting/manifest_common.json.jinja2
|
| index a1f87b8f1fd61a4550a714f8c9d99c6f5b7f8e16..ea7ed0d70e8481725fbcb06a15ba7b1c5ac55f96 100644
|
| --- a/remoting/webapp/app_remoting/manifest_common.json.jinja2
|
| +++ b/remoting/webapp/app_remoting/manifest_common.json.jinja2
|
| @@ -6,13 +6,9 @@
|
| "default_locale": "en",
|
| "app": {
|
| "background": {
|
| - "page": "arv_background.html"
|
| + "scripts": ["ar_background.js", "platform.js"]
|
| }
|
| },
|
| - "import": [{
|
| - "id": "koejkfhmphamcgafjmkellhnekdkopod"
|
| - }
|
| - ],
|
| "icons": {
|
| "128": "icon128.png",
|
| "48": "icon48.png",
|
| @@ -63,5 +59,5 @@
|
| ]
|
| },
|
| "sandbox": {
|
| - "pages": [ "arv_wcs_sandbox.html" ]
|
| + "pages": [ "wcs_sandbox.html" ]
|
| }
|
|
|