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

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

Issue 1805013005: [Extensions] Allow overriding a nested options page for opening a new instance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing files Created 4 years, 9 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": "Extension With Options Page", 2 "name": "Extension With Options Page",
3 "description": "An extension with an options page and an extra page", 3 "description": "An extension with an options page and an extra page",
4 "options_ui": { "page": "options.html", "open_in_tab": true }, 4 "options_ui": { "page": "options.html", "open_in_tab": false },
5 "version": "0.1.1", 5 "version": "0.1.1",
6 "manifest_version": 2 6 "manifest_version": 2
7 } 7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698