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

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

Issue 1665563003: Ask for notification permission during extension installation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "name": "App Test", 2 "name": "App Test",
3 "version": "1", 3 "version": "1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "permissions": [
6 "notifications"
7 ],
8 "app": { 5 "app": {
9 "launch": { 6 "launch": {
10 "web_url": "http://example.com/" 7 "web_url": "http://example.com/"
11 } 8 }
12 } 9 }
13 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698