| Index: chrome/test/data/extensions/api_test/content_settings/standard/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/content_settings/standard/manifest.json (revision 111763)
|
| +++ chrome/test/data/extensions/api_test/content_settings/standard/manifest.json (working copy)
|
| @@ -1,6 +1,7 @@
|
| {
|
| "name" : "Content Settings API Test Extension",
|
| "version" : "0.1",
|
| + "manifest_version": 2,
|
| "description" : "Content Settings API Test Extension",
|
| "permissions": [ "contentSettings" ],
|
| "background_page": "test.html"
|
|
|