Skip to content

Commit

Permalink
enabled big icon
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion committed Mar 12, 2016
1 parent 440833f commit cdd12eb
Show file tree
Hide file tree
Showing 42 changed files with 880 additions and 229 deletions.
31 changes: 14 additions & 17 deletions app/data/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@
"items": [
{
"url": "http://www.google.com",
"favicon": "images/google.ico",
"favicon": "images/google.png",
"name": "谷歌"
},
{
"url": "http://www.bing.com",
"favicon": "http://www.bing.com/s/a/bing_p.ico",
"favicon": "images/bing.svg",
"name": "必应"
},
{
"url": "http://www.baidu.com",
"favicon": "images/baidu.png",
"name": "百度"
}
]
Expand All @@ -33,32 +34,27 @@
"items": [
{
"url": "https://github.com/XX-net/XX-Net",
"favicon": "https://avatars3.githubusercontent.com/u/10395542?v=3&s=200",
"favicon": "images/xx-net.png",
"name": "XX-Net"
},
{
"url": "https://www.torproject.org/",
"favicon": "images/tor.ico",
"favicon": "images/tor-logo.jpg",
"name": "Tor",
"title": "匿名安全访问"
},
{
"url": "https://github.com/getlantern/lantern",
"favicon": "images/lantern.png",
"favicon": "images/lantern.svg",
"name": "Lantern"
},
{
"url": "https://www.softether.org/",
"name": "SoftEther"
},
{
"url": "https://www.psiphon3.com",
"favicon": "https://www.psiphon3.com/images/icons/favicon.ico",
"name": "赛风"
},
{
"url": "https://shadowsocks.org",
"favicon": "https://shadowsocks.org/assets/img/favicon/favicon.ico",
"favicon": "images/shadowsocks.png",
"name": "shadowsocks"
}
]
Expand All @@ -75,16 +71,17 @@
"items": [
{
"url": "http://vim.org",
"favicon": "http://www.vim.org/images/vim_shortcut.ico",
"favicon": "images/Vimlogo.svg",
"name": "Vim"
},
{
"url": "http://www.gnu.org/software/emacs/",
"favicon": "http://www.gnu.org/graphics/gnu-head-mini.png",
"favicon": "images/emacs.svg",
"name": "Emacs"
},
{
"url": "http://www.sublimetext.com/",
"favicon": "images/sublime.png",
"name": "Sublime Text"
}
]
Expand All @@ -95,7 +92,7 @@
"items": [
{
"url": "https://www.jetbrains.com/webstorm/",
"favicon": "/images/jetbrains.ico",
"favicon": "/images/webstorm.png",
"name": "Web Storm"
},
{
Expand All @@ -104,17 +101,17 @@
},
{
"url": "https://code.visualstudio.com/",
"favicon": "https://code.visualstudio.com/Content/images/favicon.ico",
"favicon": "images/vscode.ico",
"name": "VS Code"
},
{
"url": "https://netbeans.org/",
"name": "Netbeans",
"favicon": "https://netbeans.org/images_www/favicon.ico"
"favicon": "/images/netbeans.png"
},
{
"url": "https://www.jetbrains.com/idea/",
"favicon": "/images/jetbrains.ico",
"favicon": "/images/idea.png",
"name": "IntelliJ IDEA"
},
{
Expand Down
109 changes: 109 additions & 0 deletions app/images/Vimlogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/baidu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 104 additions & 0 deletions app/images/bing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cdd12eb

Please sign in to comment.