diff --git a/README.md b/README.md index a96f505..d2219dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # hexbot -HEx Bot +HEx Bot - Hacker Experience BOT +It runs over pure javascript. JQuery is NOT required. This must be installed as a Chrome Extension. + +The program performs game missions, intercepts bank transactions and performs broadcast uploads. diff --git a/manifest.json b/manifest.json index 6d2807b..7e942c9 100644 --- a/manifest.json +++ b/manifest.json @@ -10,13 +10,13 @@ //Required "browser_action": { - "default_icon": "images/favicon.png", + //"default_icon": "images/favicon.png", "default_popup": "popup.html" }, - "icons": { - "256": "images/favicon.png" - }, + //"icons": { + //"256": "images/favicon.png" + //}, //Optional "author":"G 2015",