diff --git a/7POdNS3.png b/7POdNS3.png new file mode 100644 index 0000000..64a2e76 Binary files /dev/null and b/7POdNS3.png differ diff --git a/README.md b/README.md index 849f7ad..149c424 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# Unichat-Firefox-Extension -The repo for the firefox port of the Unichat Chrome Extension +This is the repository for the Unichat Extensions +To download, go to the releases section +and the installation instrustions are avaible here: http://techapple.net/2015/09/how-to-install-load-unpacked-extension-in-google-chrome-browser-os-chromebooks/ and here: https://www.mattcutts.com/blog/how-to-install-a-chrome-extension-from-github/ + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..a221c77 --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "manifest_version": 2, + + "name": "Unichat", + "description": "This is the Unichat Popup", + "version": "1.6", + "icons": { + "128": "7POdNS3.png" + }, + + + "browser_action": { + "default_icon": "7POdNS3.png", + "default_popup": "popup.html" + }, + "permissions": [ + "activeTab", + "storage" + ] +} diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..f167c49 --- /dev/null +++ b/popup.html @@ -0,0 +1,11 @@ + +
+ + + + + +