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

Unified Diff: chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/manifest.json

Issue 9689041: [Web Intents] Test data for installing extenions in a WebIntents picker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/manifest.json
diff --git a/chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/manifest.json b/chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..b67edf3e7b118c09eed3496579a9f66e56aa9b8d
--- /dev/null
+++ b/chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "Dummy Share",
+ "version": "1.0.0.0",
+ "intents": {
+ "http://webintents.org/share": [
+ {
+ "type" : ["text/*"],
+ "href" : "share.html",
+ "title" : "Dummy share!",
+ "disposition": "window"
+ }
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698