Signed-off-by: Bill Erickson <berickxx@gmail.com>
+++ /dev/null
-<!DOCTYPE html>
-<!-- This file will eventually go away. -->
-<html>
- <head>
- <script src='./main.js'></script>
- </head>
- <body>
- <h1>Hatch Native Messaging Host Extension</h2>
- <p>This page will not be visible under normal circumstances</p>
- </body>
-</html>
"version": "1.0",
"manifest_version": 2,
"description": "Relays messages to/from Hatch.",
- "app": {
- "launch": {
- "local_path": "main.html"
- }
+ "background" : {
+ "scripts" : ["main.js"]
},
"permissions": [
"nativeMessaging"