Index: chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/manifest.json b/chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..05f31dd3bca0447b6c5e869e77495053f7c08a53 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/manifest.json |
@@ -0,0 +1,12 @@ |
+{ |
+ "name": "Ephemeral Apps Notification Tests", |
+ "version": "1.0", |
+ "manifest_version": 2, |
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1xd0Eo3Zmh57Crn8QxRoLRmdoB9h9RNR5+f+mvMREHhw0Ts/d8q6doqgMAVspYJjMFMfyNYG6XImnb91e1i6nDWfGgMjX4CX42CtMd3xUOF1mPSvJteGHxD6zg3cbo5XCS7JKH2G7+35d6vVwhrJkou/Yy2JecQXiURRwFfL5gtqXTTSIgh1nrhLOjhvOPkxa49bsjUpP7X2jxV/Pib9mCioJdooV2XIhOu35fLESzO9vjdcyk8oOtgVdWPBBY09TGVoKeKSCYMZPwZyZErOIj+VxKa5Y9gYyTGEllVsMB9deyYQb8hbGNPCVx3a6a1aNrPaV4kXpijskaBWfmN4cQIDAQAB", |
+ "app": { |
+ "background": { |
+ "scripts": ["main.js"] |
+ } |
+ }, |
+ "permissions": ["notifications"] |
+} |