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