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

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

Issue 9148043: Rename webapp_it2me to remoting_webapp and move it from webapp/me2mom to webapp/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add webapp_it2me back Created 8 years, 11 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
« no previous file with comments | « remoting/webapp/me2mom/main.css ('k') | remoting/webapp/me2mom/oauth2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/manifest.json
diff --git a/remoting/webapp/me2mom/manifest.json b/remoting/webapp/me2mom/manifest.json
deleted file mode 100644
index 9b64a6f9b7c1949919644da8fc2d3c356e674e88..0000000000000000000000000000000000000000
--- a/remoting/webapp/me2mom/manifest.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "__MSG_PRODUCT_NAME__ BETA",
- "version": "1.3.UNIQUE_VERSION",
- "description": "__MSG_PRODUCT_DESCRIPTION__",
- "default_locale": "en",
- "app": {
- "launch": {
- "local_path": "choice.html"
- }
- },
- "icons": {
- "128": "chromoting128.png",
- "48": "chromoting48.png",
- "16": "chromoting16.png"
- },
- "content_scripts": [
- {
- "matches": [
- "https://talkgadget.google.com/talkgadget/blank",
- "https://talkgadget.google.com/talkgadget/blank?*"
- ],
- "js": [ "cs_oauth2_trampoline.js" ]
- }
- ],
- "permissions": [
- "https://accounts.google.com/o/oauth2/*",
- "https://www.google.com/accounts/*",
- "https://www.googleapis.com/chromoting/*",
- "https://talkgadget.google.com/talkgadget/*"
- ],
- "plugins": [
- { "path": "remoting_host_plugin.dll", "public": false },
- { "path": "libremoting_host_plugin.ia32.so", "public": false },
- { "path": "libremoting_host_plugin.x64.so", "public": false },
- { "path": "remoting_host_plugin.plugin", "public": false }
- ]
-}
« no previous file with comments | « remoting/webapp/me2mom/main.css ('k') | remoting/webapp/me2mom/oauth2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698