| Index: chrome/test/data/extensions/platform_apps/windows_api_ime/has_permissions_whitelisted/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/windows_api_ime/has_permissions_whitelisted/manifest.json b/chrome/test/data/extensions/platform_apps/windows_api_ime/has_permissions_whitelisted/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3391e0b3877d8941032feb4ae060ab71c50a7db3
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/platform_apps/windows_api_ime/has_permissions_whitelisted/manifest.json
|
| @@ -0,0 +1,10 @@
|
| +{
|
| + "name": "Windows API - ime (Has Permissions)",
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXgIPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB",
|
| + "version": "1",
|
| + "manifest_version": 2,
|
| + "background": {
|
| + "scripts": ["background.js"]
|
| + },
|
| + "permissions": ["app.window.ime"]
|
| +}
|
|
|