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

Side by Side Diff: chrome/test/data/extensions/platform_apps/ephemeral_launcher/app/manifest.json

Issue 1395043002: Remove ability for users to launch ephemeral apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
(Empty)
1 {
2 "name": "Simple Test App",
3 "manifest_version": 2,
4 "version": "1",
5 "app": {
6 "background": {
7 "scripts": ["main.js"]
8 }
9 }
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698