Move icon.png to /images
This commit is contained in:
parent
718f1a5e3d
commit
db3d97b576
6 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
||||||
<title></title>
|
<title></title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link href='/icon.png' rel='shortcut icon'>
|
<link href='/images/icon.png' rel='shortcut icon'>
|
||||||
<link href="/stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
<link href="/stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||||
<script type="text/javascript" src="js/chromium.js"></script>
|
<script type="text/javascript" src="js/chromium.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 2.6 MiB |
|
@ -7,7 +7,7 @@
|
||||||
<title>Signal</title>
|
<title>Signal</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link href='/icon.png' rel='shortcut icon'>
|
<link href='/images/icon.png' rel='shortcut icon'>
|
||||||
<link href="/stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
<link href="/stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||||
<script type="text/javascript" src="js/chromium.js"></script>
|
<script type="text/javascript" src="js/chromium.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
"unlimitedStorage"
|
"unlimitedStorage"
|
||||||
],
|
],
|
||||||
|
|
||||||
"icons": { "128": "icon.png" },
|
"icons": { "128": "images/icon.png" },
|
||||||
|
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
"19": "icon.png"
|
"19": "images/icon.png"
|
||||||
},
|
},
|
||||||
"default_title": "TextSecure",
|
"default_title": "TextSecure",
|
||||||
"default_popup": "index.html"
|
"default_popup": "index.html"
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<div class='row'>
|
<div class='row'>
|
||||||
<div class='col-xs-2 col-md-1'>
|
<div class='col-xs-2 col-md-1'>
|
||||||
<img id='textsecure-icon' src='icon.png'/>
|
<img id='textsecure-icon' src='/images/icon.png'/>
|
||||||
</div>
|
</div>
|
||||||
<div class='col-xs-10 col-md-11'>
|
<div class='col-xs-10 col-md-11'>
|
||||||
<h1>Welcome to Signal for Chrome</h1>
|
<h1>Welcome to Signal for Chrome</h1>
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<div class='row'>
|
<div class='row'>
|
||||||
<div class='col-xs-2 col-md-1'>
|
<div class='col-xs-2 col-md-1'>
|
||||||
<img id='textsecure-icon' src='icon.png'/>
|
<img id='textsecure-icon' src='/images/icon.png'/>
|
||||||
</div>
|
</div>
|
||||||
<div class='col-xs-10 col-md-11'>
|
<div class='col-xs-10 col-md-11'>
|
||||||
<h1>Signal for Chrome</h1>
|
<h1>Signal for Chrome</h1>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<div class='row'>
|
<div class='row'>
|
||||||
<div class='col-xs-2 col-md-1'>
|
<div class='col-xs-2 col-md-1'>
|
||||||
<img id='textsecure-icon' src='icon.png'/>
|
<img id='textsecure-icon' src='/images/icon.png'/>
|
||||||
</div>
|
</div>
|
||||||
<div class='col-xs-10 col-md-11'>
|
<div class='col-xs-10 col-md-11'>
|
||||||
<h1>Create your Signal Account</h1>
|
<h1>Create your Signal Account</h1>
|
||||||
|
|
Loading…
Reference in a new issue