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 1210ce6..0036d11 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# Unichat-Chrome-Extension -This is the OFFICIAL CHROME EXTENSION OF UNICHAT +This is the repository for the planned future Unichat Chrome Extension diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..8345268 --- /dev/null +++ b/manifest.json @@ -0,0 +1,16 @@ +{ + "manifest_version": 2, + + "name": "Unichat", + "description": "This starts unichat", + "version": "1.0", + + "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..14bc867 --- /dev/null +++ b/popup.html @@ -0,0 +1,11 @@ + +
+ + + + + +