| Index: chrome/test/data/extensions/api_test/feedback_private/read_log_source/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/feedback_private/read_log_source/manifest.json b/chrome/test/data/extensions/api_test/feedback_private/read_log_source/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0db72ec19bcd1292678cd41ce53e39820a05b950
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/feedback_private/read_log_source/manifest.json
|
| @@ -0,0 +1,11 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMZElzFX2J1g1nRQ/8S3rg/1CjFyDltWOxQg+9M8aVgNVxbutEWFQz+oQzIP9BB67mJifULgiv12ToFKsae4NpEUR8sPZjiKDIHumc6pUdixOm8SJ5Rs16SMR6+VYxFUjlVW+5CA3IILptmNBxgpfyqoK0qRpBDIhGk1KDEZ4zqQIDAQAB",
|
| + "name": "chrome.feedbackPrivate readLogSource extension test",
|
| + "version": "1.0",
|
| + "manifest_version": 2,
|
| + "app": { "background": { "scripts": ["test.js"] } },
|
| + "permissions": [
|
| + "feedbackPrivate",
|
| + "alarms"
|
| + ]
|
| +}
|
|
|