Index: chrome/test/data/extensions/manifest_tests/shared_module_export_and_import.json |
diff --git a/chrome/test/data/extensions/manifest_tests/shared_module_export_and_import.json b/chrome/test/data/extensions/manifest_tests/shared_module_export_and_import.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3f59ac2aa93205b8a0731e137ccacff0b1653743 |
--- /dev/null |
+++ b/chrome/test/data/extensions/manifest_tests/shared_module_export_and_import.json |
@@ -0,0 +1,14 @@ |
+{ |
+ "name": "shared_module_export unittest", |
+ "manifest_version": 2, |
+ "version": "1.0", |
+ "export": { |
+ "resources": [ |
+ "*" |
+ ] |
+ }, |
+ "import": [{ |
+ "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" |
+ }], |
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq2ADgfXh2Yh6uLgpBrls/gtQEp5gLWZedwRV1Cyy4R1giRnGeYwZ8pgmtpkjdSfoNIrx/WfiXDF+K2TF2I9V+LM60FqqoY6uJNmXjByzKFjNtFETXthA+v/zv6uX1NJ3m+GN9tdDR53AC7ws28Zi0S4+n/a++uzDY+aDubrp+PwIDAQAB" |
+} |