added chrome extension files

This commit is contained in:
Mario Colque 2014-05-14 11:27:18 -03:00
parent b9893f7b4a
commit 7c46ec1d1e
3 changed files with 14 additions and 1 deletions

BIN
img/icons/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" ng-csp>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@ -7,6 +7,7 @@
<title>Copay - Multisignature Wallet</title>
<link rel="stylesheet" href="css/foundation.min.css">
<link rel="stylesheet" href="css/foundation-icons.css">
<link rel="stylesheet" href="lib/angular/angular-csp.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body ng-cloak class="ng-cloak">

12
popup.html Normal file
View File

@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Copay</title>
</head>
<body>
<a href="index.html#signin" target="_blank">Open wallet</a>
<a href="index.html#settings" target="_blank">Settings</a>
</body>
</html>