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

Side by Side Diff: chrome/test/data/extensions/good/extension2/2/manifest.json

Issue 92043: Refactor ExtensionView to support a UI-less extension instance.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « chrome/test/data/extensions/good/extension2/2/background.html ('k') | no next file » | 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 "id": "10123456789ABCDEF0123456789ABCDEF0123456", 2 "id": "10123456789ABCDEF0123456789ABCDEF0123456",
3 "version": "1.0.0.0", 3 "version": "1.0.0.0",
4 "name": "My extension 2", 4 "name": "My extension 2",
5 "plugins_dir": "npapi" 5 "plugins_dir": "npapi",
6 "background": "background.html"
6 } 7 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/good/extension2/2/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698