Index: chrome/test/data/extensions/api_test/accessible_cer/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/accessible_cer/manifest.json b/chrome/test/data/extensions/api_test/accessible_cer/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0429812fe452f5e6e00dc383e603c4b065f44ecf |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/accessible_cer/manifest.json |
@@ -0,0 +1,17 @@ |
+{ |
+ "name": "Access chrome-extension-resource:// test", |
+ "version": "0.1", |
+ "manifest_version": 2, |
+ "description": "Access chrome-extension-resource:// test", |
+ "platform_app": true, |
Mihai Parparita -not on Chrome
2012/05/16 23:17:44
Does this need to be a platform app? It can just b
Peng
2012/05/17 14:49:57
Done
|
+ "background": { |
+ "page": "main.html" |
+ }, |
+ "app": { |
Mihai Parparita -not on Chrome
2012/05/16 23:17:44
BTW, the app/launch/container section of the manif
Peng
2012/05/17 14:49:57
Done.
|
+ "launch": { |
+ "container": "shell", |
+ "width": 100, |
+ "height": 100 |
+ } |
+ } |
+} |