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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/me2mom/main.css ('k') | remoting/webapp/me2mom/oauth2.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "__MSG_PRODUCT_NAME__ BETA",
3 "version": "1.3.UNIQUE_VERSION",
4 "description": "__MSG_PRODUCT_DESCRIPTION__",
5 "default_locale": "en",
6 "app": {
7 "launch": {
8 "local_path": "choice.html"
9 }
10 },
11 "icons": {
12 "128": "chromoting128.png",
13 "48": "chromoting48.png",
14 "16": "chromoting16.png"
15 },
16 "content_scripts": [
17 {
18 "matches": [
19 "https://talkgadget.google.com/talkgadget/blank",
20 "https://talkgadget.google.com/talkgadget/blank?*"
21 ],
22 "js": [ "cs_oauth2_trampoline.js" ]
23 }
24 ],
25 "permissions": [
26 "https://accounts.google.com/o/oauth2/*",
27 "https://www.google.com/accounts/*",
28 "https://www.googleapis.com/chromoting/*",
29 "https://talkgadget.google.com/talkgadget/*"
30 ],
31 "plugins": [
32 { "path": "remoting_host_plugin.dll", "public": false },
33 { "path": "libremoting_host_plugin.ia32.so", "public": false },
34 { "path": "libremoting_host_plugin.x64.so", "public": false },
35 { "path": "remoting_host_plugin.plugin", "public": false }
36 ]
37 }
OLDNEW
« 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