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

Side by Side Diff: ports/gambc_ppapi/manifest.json

Issue 150413008: Initial support for gambit-scheme v4.7.0 Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Add support for pnacl Created 6 years, 10 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
« no previous file with comments | « ports/gambc_ppapi/main.c ('k') | ports/gambc_ppapi/pkg_info » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Lua", 2 "name": "Gambit Scheme",
3 "description": "Lua interactive shell built using Native Client", 3 "description": "Gambit Scheme interactive shell built using Native Client",
4 "version": "5.2.2.1", 4 "version": "4.7.0",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "icons": { 6 "icons": {
7 "16": "icon_16.png", 7 "16": "icon_16.png",
8 "48": "icon_48.png", 8 "48": "icon_48.png",
9 "128": "icon_128.png" 9 "128": "icon_128.png"
10 }, 10 },
11 "app": { 11 "app": {
12 "background": { 12 "background": {
13 "scripts": ["background.js"] 13 "scripts": ["background.js"]
14 } 14 }
15 }, 15 },
16 "permissions": [ 16 "permissions": [
17 "storage" 17 "storage"
18 ] 18 ]
19 } 19 }
OLDNEW
« no previous file with comments | « ports/gambc_ppapi/main.c ('k') | ports/gambc_ppapi/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698