| Index: chrome/test/data/extensions/api_test/app_notifications/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/app_notifications/manifest.json b/chrome/test/data/extensions/api_test/app_notifications/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..44103b49b202c9ac56716a5e1d56a610c2691fbd
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/app_notifications/manifest.json
|
| @@ -0,0 +1,12 @@
|
| +{
|
| + "name": "Notifications Test App",
|
| + "version": "1",
|
| + "manifest_version": 2,
|
| + "permissions": ["experimental", "appNotifications"],
|
| + "incognito": "split",
|
| + "app": {
|
| + "launch": {
|
| + "local_path": "launch.html"
|
| + }
|
| + }
|
| +}
|
|
|