Chromium Code Reviews

Side by Side Diff: chrome/test/data/extensions/packaged_app/manifest.json

Issue 5526002: Show extension tabs in task manager and correctly label apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix resource types and tests. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Packaged App Test",
3 "version": "1",
4 "app": {
5 "launch": {
6 "local_path": "main.html"
7 }
8 }
9 }
OLDNEW

Powered by Google App Engine