Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bb82a0ee3 | |||
| 44793e0167 | |||
| c177d0690c | |||
| cb3e843bfc | |||
| 0997d696b1 |
+2
-2
@@ -2,8 +2,8 @@
|
||||
"manifest_version": 2,
|
||||
|
||||
"name": "Unichat",
|
||||
"description": "This Starts the Unichat Extension Popup",
|
||||
"version": "1.4",
|
||||
"description": "This is the Unichat Popup",
|
||||
"version": "1.4.1",
|
||||
"icons": {
|
||||
"128": "7POdNS3.png"
|
||||
},
|
||||
|
||||
+3
-3
@@ -1,11 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
body {width:600; height:310;}
|
||||
</style>
|
||||
body {width:600; height:350;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="https://lax18.github.io/UniChatDemo/Chrome%20Extension/UnichatEMBED.html" width="100%" height="100%" frameborder="0">
|
||||
<iframe src="https://legend-of-iphoenix.github.io/UniChatDemo/Chrome%20Extension/UnichatEMBED.html" width="100%" height="100%" frameborder="0">
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user