have page script talking to controller

This commit is contained in:
2023-07-14 20:53:35 -06:00
parent 984f562579
commit 19203cc003
5 changed files with 207 additions and 100 deletions
+5 -4
View File
@@ -2,11 +2,12 @@
"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"},
"icons" : {"48" : "art/jrx-icon-48.png",
"96" : "art/jrx-icon-96.png"},
"content_scripts" : [{"matches" : ["*://*/*"],
"js" : ["dist/content.js"]}],
"browser_action" : {"default_icon" : "icons/jrx-icon-32.png",
"default_title" : "Jaeck Russell",
"browser_action" : {"default_icon" : "art/jrx-icon-32.png",
"default_title" : "Jæck Russell",
"default_popup" : "popup.html"},
"background" : {"scripts": ["dist/background.js"]},
"permissions" : ["storage"]}