diff --git a/jrx/content.js b/jrx/content.js new file mode 100644 index 0000000..e69de29 diff --git a/jrx/icons/jrx-icon-32.png b/jrx/icons/jrx-icon-32.png new file mode 100644 index 0000000..654fff2 Binary files /dev/null and b/jrx/icons/jrx-icon-32.png differ diff --git a/jrx/icons/jrx-icon-48.png b/jrx/icons/jrx-icon-48.png new file mode 100644 index 0000000..73d00d8 Binary files /dev/null and b/jrx/icons/jrx-icon-48.png differ diff --git a/jrx/icons/jrx-icon-48.xcf b/jrx/icons/jrx-icon-48.xcf new file mode 100644 index 0000000..db60f99 Binary files /dev/null and b/jrx/icons/jrx-icon-48.xcf differ diff --git a/jrx/icons/jrx-icon-96.png b/jrx/icons/jrx-icon-96.png new file mode 100644 index 0000000..fbbe6cf Binary files /dev/null and b/jrx/icons/jrx-icon-96.png differ diff --git a/jrx/icons/jrx-icon-96.xcf b/jrx/icons/jrx-icon-96.xcf new file mode 100644 index 0000000..f2885c1 Binary files /dev/null and b/jrx/icons/jrx-icon-96.xcf differ diff --git a/jrx/icons/jrx-icon-indexed.xcf b/jrx/icons/jrx-icon-indexed.xcf new file mode 100644 index 0000000..bb798af Binary files /dev/null and b/jrx/icons/jrx-icon-indexed.xcf differ diff --git a/jrx/icons/jrx-icon-unindexed.xcf b/jrx/icons/jrx-icon-unindexed.xcf new file mode 100644 index 0000000..7dddc28 Binary files /dev/null and b/jrx/icons/jrx-icon-unindexed.xcf differ diff --git a/jrx/icons/symmetric-icon-96-draft.xcf b/jrx/icons/symmetric-icon-96-draft.xcf new file mode 100644 index 0000000..57266eb Binary files /dev/null and b/jrx/icons/symmetric-icon-96-draft.xcf differ diff --git a/jrx/manifest.json b/jrx/manifest.json new file mode 100644 index 0000000..a0d1aba --- /dev/null +++ b/jrx/manifest.json @@ -0,0 +1,11 @@ +{"manifest_version" : 2, + "name" : "Jack Russell", + "version" : "0.1.0", + "description" : "Browser wallet extension for Aeternity", + "icons" : {"48" : "icons/jrx-icon-48.png", + "96" : "icons/jrx-icon-96.png"}, + "content_scripts" : [{"matches" : ["*://*/*"], + "js" : ["content.js"]}], + "browser_action" : {"default_icon" : "icons/jrx-icon-32.png", + "default_title" : "Jaeck Russell", + "default_popup" : "popup.html"}} diff --git a/jrx/popup.html b/jrx/popup.html new file mode 100644 index 0000000..2ff0b03 --- /dev/null +++ b/jrx/popup.html @@ -0,0 +1,13 @@ + + +
+ + + + + +