Index: chrome/test/data/extensions/api_test/notifications/has_not_permission/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/api_test/notifications/has_not_permission/manifest.json (revision 112170) |
+++ chrome/test/data/extensions/api_test/notifications/has_not_permission/manifest.json (working copy) |
@@ -1,6 +1,7 @@ |
{ |
"name": "notifications test", |
"version": "1", |
+ "manifest_version": 2, |
"permissions": [ "tabs" ], |
"background_page": "background.html" |
} |