| Index: chrome/test/data/extensions/api_test/notifications/api/csp/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/notification/api/csp/manifest.json b/chrome/test/data/extensions/api_test/notifications/api/csp/manifest.json
|
| similarity index 53%
|
| rename from chrome/test/data/extensions/api_test/notification/api/csp/manifest.json
|
| rename to chrome/test/data/extensions/api_test/notifications/api/csp/manifest.json
|
| index de79f22fb5c2f01877d81b78067c59f24f053b3d..ffed6e8f020760aa17bfa4bc5503a7498aab96da 100644
|
| --- a/chrome/test/data/extensions/api_test/notification/api/csp/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/notifications/api/csp/manifest.json
|
| @@ -1,13 +1,13 @@
|
| {
|
| - "name": "chrome.notification",
|
| + "name": "chrome.notifications",
|
| "version": "0.1",
|
| - "description": "chrome.notification API events",
|
| + "description": "chrome.notifications API events",
|
| "app": {
|
| "background": {
|
| "scripts": ["background.js"]
|
| }
|
| },
|
| "permissions": [
|
| - "experimental"
|
| + "notifications"
|
| ]
|
| }
|
|
|