summaryrefslogtreecommitdiffstats
path: root/extensions/test/data/unpacker/good_package/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/data/unpacker/good_package/manifest.json')
-rw-r--r--extensions/test/data/unpacker/good_package/manifest.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/test/data/unpacker/good_package/manifest.json b/extensions/test/data/unpacker/good_package/manifest.json
new file mode 100644
index 0000000..f1aa747
--- /dev/null
+++ b/extensions/test/data/unpacker/good_package/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Good Package",
+ "manifest_version": 2,
+ "version": "1.0",
+ "description": "Good (valid) package to be used for unit testing.",
+ "icons": {
+ "128": "product_logo_128.png"
+ }
+}