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

Side by Side Diff: chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json

Issue 378783002: Initial implementation of the <extensionoptions> GuestView tag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address kalman's comments, add new test for privileged extension apis Created 6 years, 5 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": "embed_self_test",
3 "version": "0.1",
4 "manifest_version": 2,
5 "options_page": "options.html",
lazyboy 2014/07/18 19:55:40 add a "description" field to describe in short wha
ericzeng 2014/07/18 20:23:08 Done.
6 "permissions": [
7 "embeddedExtensionOptions"
8 ]
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698