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

Unified Diff: chrome/common/extensions/docs/examples/api/screenlock/weblocker/manifest.json

Issue 60583003: The chrome.screenlockPrivate API allows select apps to control the ChromeOS ScreenLocker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: onChange works Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/api/screenlock/weblocker/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/screenlock/weblocker/manifest.json b/chrome/common/extensions/docs/examples/api/screenlock/weblocker/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..175858b8873345fa056f24cf68d17c921bb03dd5
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/screenlock/weblocker/manifest.json
@@ -0,0 +1,7 @@
+{"name":"Lock/Unlock ChromeOS through the Web",
Matt Perry 2013/11/12 21:26:30 Could you turn this into an api test?
benjhayden 2013/11/13 00:46:23 Done.
+"description":"DO NOT USE. This is a horrifyingly insecure demo of the chrome.screenlock API.",
+"key":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgY+PzXrnxhllHDH+vqLw8KALKT8DewcI2UjVTlwLnwocQU//wtPOp8aXdGB5cnm5dN4Ow3kmnrvRvdithXlTcWgzi6wp/jvP/5uFPH6LkZzgKoU7o0B1yMGGl9p0Wyxr7UL/U4rA6MpflZdPAcvS5eiHxOXj1oV8m7A8fY7WL5Fte9evtLUyWqrQ6mXsSL759YQJy6TuQeZRGGyxMzSRhoFbTeWCA5x6NqIeeHq04z7ZIbfyscli9N+JetfGyEhPjsFZ9qOK1xN9QGr8MFbJvYIovBxmChkdhr2wkovOvHFMcJlHRO4Cvf4w9yJGmorz35wtyDzbEjmgNXEh2Sh77wIDAQAB",
+"version":"1",
+"manifest_version":2,
+"permissions":["screenlockPrivate"],
+"app":{"background":{"scripts":["bg.js"]}}}

Powered by Google App Engine
This is Rietveld 408576698