Resize icon to various resolutions
You want icon sizes? I got all the size you need.
|
@ -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='/images/icon.png' rel='shortcut icon'>
|
<link href='/images/icon_128.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 |
BIN
images/icon_128.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
images/icon_16.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
images/icon_19.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
images/icon_38.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
images/icon_48.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
|
@ -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='/images/icon.png' rel='shortcut icon'>
|
<link href='/images/icon_128.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,16 @@
|
||||||
"unlimitedStorage"
|
"unlimitedStorage"
|
||||||
],
|
],
|
||||||
|
|
||||||
"icons": { "128": "images/icon.png" },
|
"icons": {
|
||||||
|
"16": "images/icon_16.png",
|
||||||
|
"48": "images/icon_48.png",
|
||||||
|
"128": "images/icon_128.png",
|
||||||
|
},
|
||||||
|
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
"19": "images/icon.png"
|
"19": "images/icon_19.png",
|
||||||
|
"38": "images/icon_38.png"
|
||||||
},
|
},
|
||||||
"default_title": "Signal"
|
"default_title": "Signal"
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
<title>Signal Options</title>
|
<title>Signal Options</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" href="stylesheets/options.css">
|
<link rel="stylesheet" href="stylesheets/options.css">
|
||||||
|
<link href='/images/icon_128.png' rel='shortcut icon'>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='init-setup' class='collapse'>
|
<div id='init-setup' class='collapse'>
|
||||||
|
@ -25,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='/images/icon.png'/>
|
<img id='textsecure-icon' src='/images/icon_128.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>
|
||||||
|
@ -81,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='/images/icon.png'/>
|
<img id='textsecure-icon' src='/images/icon_128.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>
|
||||||
|
|
|
@ -25,7 +25,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='/images/icon.png'/>
|
<img id='textsecure-icon' src='/images/icon_128.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>
|
||||||
|
|