Index: chrome/test/data/extensions/app_notifications/manifest.json |
diff --git a/chrome/test/data/extensions/app_notifications/manifest.json b/chrome/test/data/extensions/app_notifications/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9b4bd1ebe39ae67a82a5a88d878ae7c6f4c09bd1 |
--- /dev/null |
+++ b/chrome/test/data/extensions/app_notifications/manifest.json |
@@ -0,0 +1,10 @@ |
+{ |
+ "name": "Notifications Test App", |
+ "version": "0.5", |
+ "permissions": ["experimental"], |
+ "app": { |
+ "launch": { |
+ "local_path": "launch.html" |
+ } |
+ } |
+} |