aboutsummaryrefslogtreecommitdiff
path: root/examples/content/shello_apple
diff options
context:
space:
mode:
Diffstat (limited to 'examples/content/shello_apple')
-rw-r--r--examples/content/shello_apple/hello.js1
-rw-r--r--examples/content/shello_apple/index.json6
2 files changed, 7 insertions, 0 deletions
diff --git a/examples/content/shello_apple/hello.js b/examples/content/shello_apple/hello.js
new file mode 100644
index 0000000..b6b1a02
--- /dev/null
+++ b/examples/content/shello_apple/hello.js
@@ -0,0 +1 @@
+console.log("hello, apple!");
diff --git a/examples/content/shello_apple/index.json b/examples/content/shello_apple/index.json
new file mode 100644
index 0000000..c52c32c
--- /dev/null
+++ b/examples/content/shello_apple/index.json
@@ -0,0 +1,6 @@
+{
+"type" : "script",
+"name" : "hello_apple",
+"sha256" : "d349309ba674c092a7d03cd5ecc90c6370402482286db28b3d32d86052b6cf69",
+"location" : "hello.js"
+}