4.0.2
@@ -5,14 +5,14 @@
|
|||||||
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
|
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
|
||||||
"version": "4.0.2",
|
"version": "4.0.2",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "./icons/extension-icon.png"
|
"default_icon": "icons/128x128.png"
|
||||||
},
|
},
|
||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "./icons/16x16-circle.png",
|
"16": "icons/16x16.png",
|
||||||
"48": "./icons/48x48-circle.png",
|
"48": "icons/48x48.png",
|
||||||
"128": "./icons/128x128-circle.png"
|
"128": "icons/128x128.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
|
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
|
||||||
"version": "4.0.2",
|
"version": "4.0.2",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "./icons/extension-icon.png"
|
"default_icon": "icons/128x128.png"
|
||||||
},
|
},
|
||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
|
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
|
||||||
"version": "4.0.2",
|
"version": "4.0.2",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "./icons/extension-icon.png"
|
"default_icon": "icons/128x128.png"
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": [
|
"scripts": [
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.9 KiB |
BIN
public/icons/128x128.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 673 B |
BIN
public/icons/16x16.png
Normal file
|
After Width: | Height: | Size: 645 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
BIN
public/icons/48x48.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -3,8 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8' />
|
<meta charset='utf-8' />
|
||||||
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||||
<link rel='icon' type='image/png' sizes='32x32' href='./icons/favicon-32x32.png'>
|
<link rel='icon' type='image/png' sizes='32x32' href='./icons/32x32.png'>
|
||||||
<link rel='icon' type='image/png' sizes='16x16' href='./icons/favicon-16x16.png'>
|
<link rel='icon' type='image/png' sizes='16x16' href='./icons/16x16.png'>
|
||||||
<title>New Tab</title>
|
<title>New Tab</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||