| Index: remoting/client/extension/manifest.json
|
| diff --git a/remoting/client/extension/manifest.json b/remoting/client/extension/manifest.json
|
| deleted file mode 100644
|
| index 05d3da240963407af6dfb7d5c0e38793fdd32255..0000000000000000000000000000000000000000
|
| --- a/remoting/client/extension/manifest.json
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -{
|
| - "name": "Chromoting Client",
|
| - "version": "1.1",
|
| - "description": "Lists the Chromoting hosts that the current user can access.",
|
| - "browser_action": {
|
| - "default_icon": "chromoticon.png",
|
| - "default_title": "Chromoting"
|
| - },
|
| - "background_page": "background.html",
|
| - "permissions": [
|
| - "tabs",
|
| - "https://www.googleapis.com/chromoting/",
|
| - "https://www.google.com/accounts/"
|
| - ]
|
| -}
|
|
|