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

Unified Diff: chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/manifest.json

Issue 163953012: Notification settings for ephemeral apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Abort test for linux gtk Created 6 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 | « chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
+}
« no previous file with comments | « chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698