Chromium Code Reviews| 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 |
| deleted file mode 100644 |
| index 44103b49b202c9ac56716a5e1d56a610c2691fbd..0000000000000000000000000000000000000000 |
| --- a/chrome/test/data/extensions/api_test/app_notifications/manifest.json |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -{ |
| - "name": "Notifications Test App", |
| - "version": "1", |
| - "manifest_version": 2, |
| - "permissions": ["experimental", "appNotifications"], |
| - "incognito": "split", |
| - "app": { |
| - "launch": { |
| - "local_path": "launch.html" |
| - } |
| - } |
| -} |