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

Unified Diff: mash/example/window_type_launcher/manifest.json

Issue 1716793003: Enforce Capability Filter provided in manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@9deps
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mash/example/window_type_launcher/BUILD.gn ('k') | mash/quick_launch/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/window_type_launcher/manifest.json
diff --git a/mash/example/window_type_launcher/manifest.json b/mash/example/window_type_launcher/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..8aaa855c8d641b1e446584dc50df5061ef906184
--- /dev/null
+++ b/mash/example/window_type_launcher/manifest.json
@@ -0,0 +1,5 @@
+{
+ "url": "exe://window_type_launcher_exe/",
+ "name": "Window Type Launcher",
+ "capabilities": { "*": ["*"] }
+}
« no previous file with comments | « mash/example/window_type_launcher/BUILD.gn ('k') | mash/quick_launch/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698