├── .editorconfig ├── .github └── CONTRIBUTING.md ├── .gitignore ├── Gemfile ├── Gemfile.lock ├── README.md ├── _config.yml ├── _data └── gitCloud.yml ├── _includes ├── footer.html └── head.html ├── _layouts └── default.html ├── addIcon ├── bin ├── convertToIcns ├── convertToIco └── convertToPng ├── files ├── asana.icns ├── asana.ico ├── asana.png ├── ausmed.icns ├── ausmed.ico ├── ausmed.png ├── aws-cloud9.icns ├── aws-cloud9.ico ├── aws-cloud9.png ├── basecamp.icns ├── basecamp.ico ├── basecamp.png ├── codetree.icns ├── codetree.ico ├── codetree.png ├── connectwise.icns ├── connectwise.ico ├── connectwise.png ├── crunchyroll.icns ├── crunchyroll.ico ├── crunchyroll.png ├── devdocs.icns ├── devdocs.ico ├── devdocs.png ├── diaro.icns ├── diaro.ico ├── diaro.png ├── dropbox-paper.icns ├── dropbox-paper.ico ├── dropbox-paper.png ├── dropbox.icns ├── dropbox.ico ├── dropbox.png ├── duckduckgo.icns ├── duckduckgo.ico ├── duckduckgo.png ├── facebook.icns ├── facebook.ico ├── facebook.png ├── fastmail.icns ├── fastmail.ico ├── fastmail.png ├── feedly.icns ├── feedly.ico ├── feedly.png ├── github.icns ├── github.ico ├── github.png ├── gitlab.icns ├── gitlab.ico ├── gitlab.png ├── gitter.icns ├── gitter.ico ├── gitter.png ├── gmail.icns ├── gmail.ico ├── gmail.png ├── google-allo.icns ├── google-allo.ico ├── google-allo.png ├── google-calendar.icns ├── google-calendar.ico ├── google-calendar.png ├── google-docs.icns ├── google-docs.ico ├── google-docs.png ├── google-drive.icns ├── google-drive.ico ├── google-drive.png ├── google-hangouts.icns ├── google-hangouts.ico ├── google-hangouts.png ├── google-inbox.icns ├── google-inbox.ico ├── google-inbox.png ├── google-keep.icns ├── google-keep.ico ├── google-keep.png ├── google-meet.icns ├── google-meet.ico ├── google-meet.png ├── google-messages.icns ├── google-messages.ico ├── google-messages.png ├── google-photos.icns ├── google-photos.ico ├── google-photos.png ├── google-play-music.icns ├── google-play-music.ico ├── google-play-music.png ├── google-sheets.icns ├── google-sheets.ico ├── google-sheets.png ├── google-slides.icns ├── google-slides.ico ├── google-slides.png ├── google-voice.icns ├── google-voice.ico ├── google-voice.png ├── google.icns ├── google.ico ├── google.png ├── groupme.icns ├── groupme.ico ├── groupme.png ├── hipchat.icns ├── hipchat.ico ├── hipchat.png ├── ifttt.icns ├── ifttt.ico ├── ifttt.png ├── iheartradio.ico ├── iheartradio.png ├── iheartradioicns.icns ├── ing.icns ├── ing.ico ├── ing.png ├── instagram.icns ├── instagram.ico ├── instagram.png ├── instapaper.icns ├── instapaper.ico ├── instapaper.png ├── jira.icns ├── jira.ico ├── jira.png ├── jsfiddle.icns ├── jsfiddle.ico ├── jsfiddle.png ├── medium.icns ├── medium.ico ├── medium.png ├── messenger.icns ├── messenger.ico ├── messenger.png ├── microsoft-azure.icns ├── microsoft-azure.ico ├── microsoft-azure.png ├── microsoft-todo.icns ├── microsoft-todo.ico ├── microsoft-todo.png ├── netflix.icns ├── netflix.ico ├── netflix.png ├── nirvanahq.icns ├── nirvanahq.ico ├── nirvanahq.png ├── pandora.icns ├── pandora.ico ├── pandora.png ├── passwordstate.icns ├── passwordstate.ico ├── passwordstate.png ├── pinterest.icns ├── pinterest.ico ├── pinterest.png ├── pivotaltracker.icns ├── pivotaltracker.ico ├── pivotaltracker.png ├── pocket.icns ├── pocket.ico ├── pocket.png ├── pocketcasts.icns ├── pocketcasts.ico ├── pocketcasts.png ├── producthunt.icns ├── producthunt.ico ├── producthunt.png ├── quire.icns ├── quire.ico ├── quire.png ├── rainwave.icns ├── rainwave.ico ├── rainwave.png ├── reddit.icns ├── reddit.ico ├── reddit.png ├── regexr.icns ├── regexr.ico ├── regexr.png ├── salesforce.icns ├── salesforce.ico ├── salesforce.png ├── schoolloop.icns ├── schoolloop.ico ├── schoolloop.png ├── slack.icns ├── slack.ico ├── slack.png ├── slides.icns ├── slides.ico ├── slides.png ├── soundcloud.icns ├── soundcloud.ico ├── soundcloud.png ├── spotify.icns ├── spotify.ico ├── spotify.png ├── tallyfy.icns ├── tallyfy.ico ├── tallyfy.png ├── teamgantt.icns ├── teamgantt.ico ├── teamgantt.png ├── thelounge.icns ├── thelounge.ico ├── thelounge.png ├── todoist.icns ├── todoist.ico ├── todoist.png ├── toggl.icns ├── toggl.ico ├── toggl.png ├── trello.icns ├── trello.ico ├── trello.png ├── tumblr.icns ├── tumblr.ico ├── tumblr.png ├── twitch.icns ├── twitch.ico ├── twitch.png ├── twitter.icns ├── twitter.ico ├── twitter.png ├── untappd.icns ├── untappd.ico ├── untappd.png ├── waffle.icns ├── waffle.ico ├── waffle.png ├── whatsapp.icns ├── whatsapp.ico ├── whatsapp.png ├── workflowmax.icns ├── workflowmax.ico ├── workflowmax.png ├── workflowy.icns ├── workflowy.ico ├── workflowy.png ├── ycombinator.icns ├── ycombinator.ico ├── ycombinator.png ├── youtube-music.icns ├── youtube-music.ico ├── youtube-music.png ├── youtube.icns ├── youtube.ico └── youtube.png └── index.html /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig is awesome: http://EditorConfig.org 2 | 3 | # top-most EditorConfig file 4 | root = true 5 | 6 | # Unix-style newlines with a newline ending every file 7 | [*] 8 | end_of_line = lf 9 | insert_final_newline = true 10 | 11 | # Matches multiple files with brace expansion notation 12 | # Set default charset 13 | [*.{js,py}] 14 | charset = utf-8 15 | indent_style = space 16 | indent_size = 4 17 | 18 | # 2 space indentation 19 | [*.{html,css,less,scss,yml,json}] 20 | indent_style = space 21 | indent_size = 2 22 | 23 | # Tab indentation (no size specified) 24 | [Makefile] 25 | indent_style = tab 26 | -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | ## Contributing 2 | 3 | Feel free to submit a pull request for any `.ico`, `.icns` or `.png` icon! 4 | 5 | - `.ico` - For Windows 6 | - `.icns` - For OSX 7 | - `.png` - For Linux 8 | 9 | If the icons for the correct platforms are found here, the [optional dependencies](https://github.com/nativefier/nativefier/#optional-dependencies) for Nativefier might not be required to infer an icon for that particular target web page. 10 | 11 | ### Naming Convention 12 | 13 | Name the icon file to `${PRODUCT}.${EXT}`, just use the key identifier for the page. 14 | 15 | However, if the product name is generic enough, name it as `${COMPANY}-${PRODUCT}.${EXT}`, with `-` as the delimiter. The matching algorithm works by taking a score of the number of words matched in the file name with the target url. 16 | 17 | Take the example of naming Google Photos for the target url `https://photos.google.com/`. Using `photos.png` is too generic, and we want it to be specific to google. Thus, we will name the icon file `google-photos.png` for a `.png` file. 18 | 19 | ### Step 1 20 | 21 | First prepare the image files, for the respective platform as stated above 22 | 23 | A helpful tool for converting the icons is [iconverticons.com](https://iconverticons.com/online/). 24 | 25 | Copy the images to `./files`. 26 | 27 | ``` 28 | $ ls -a ./files 29 | 30 | google-photos.png 31 | google-photos.ico 32 | google-photos.icns 33 | ``` 34 | 35 | ### Step 2 36 | 37 | Add an entry for the file to `./data/gitCloud.yml`, in alphabetical order 38 | 39 | ```yml 40 | - name: google-photos 41 | href: files/google-photos.png 42 | - name: google-photos 43 | href: files/google-photos.ico 44 | - name: google-photos 45 | href: files/google-photos.icns 46 | ``` 47 | 48 | ### Step 3 49 | 50 | You're done! Submit a pull request with the changes and I'll merge them in as soon as possible. 51 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # jekyll 2 | _site/ 3 | .sass-cache/ 4 | .jekyll-metadata 5 | 6 | # OSX 7 | .DS_Store 8 | 9 | # Node.js 10 | lib 11 | coverage 12 | 13 | # Logs 14 | logs 15 | *.log 16 | npm-debug.log* 17 | 18 | # Runtime data 19 | pids 20 | *.pid 21 | *.seed 22 | 23 | # Directory for instrumented libs generated by jscoverage/JSCover 24 | lib-cov 25 | 26 | # Coverage directory used by tools like istanbul 27 | coverage 28 | 29 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 30 | .grunt 31 | 32 | # node-waf configuration 33 | .lock-wscript 34 | 35 | # Compiled binary addons (http://nodejs.org/api/addons.html) 36 | build/Release 37 | 38 | # Dependency directory 39 | # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git 40 | node_modules 41 | 42 | # IntelliJ project files 43 | .idea 44 | *.iml 45 | out 46 | gen 47 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'github-pages' 3 | -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- 1 | GEM 2 | remote: https://rubygems.org/ 3 | specs: 4 | RedCloth (4.2.9) 5 | activesupport (4.2.6) 6 | i18n (~> 0.7) 7 | json (~> 1.7, >= 1.7.7) 8 | minitest (~> 5.1) 9 | thread_safe (~> 0.3, >= 0.3.4) 10 | tzinfo (~> 1.1) 11 | addressable (2.4.0) 12 | coffee-script (2.4.1) 13 | coffee-script-source 14 | execjs 15 | coffee-script-source (1.10.0) 16 | colorator (0.1) 17 | ethon (0.8.1) 18 | ffi (>= 1.3.0) 19 | execjs (2.6.0) 20 | faraday (0.9.2) 21 | multipart-post (>= 1.2, < 3) 22 | ffi (1.9.10) 23 | gemoji (2.1.0) 24 | github-pages (54) 25 | RedCloth (= 4.2.9) 26 | github-pages-health-check (= 1.1.0) 27 | jekyll (= 3.0.3) 28 | jekyll-coffeescript (= 1.0.1) 29 | jekyll-feed (= 0.4.0) 30 | jekyll-gist (= 1.4.0) 31 | jekyll-mentions (= 1.0.1) 32 | jekyll-paginate (= 1.1.0) 33 | jekyll-redirect-from (= 0.9.1) 34 | jekyll-sass-converter (= 1.3.0) 35 | jekyll-seo-tag (= 1.3.2) 36 | jekyll-sitemap (= 0.10.0) 37 | jekyll-textile-converter (= 0.1.0) 38 | jemoji (= 0.5.1) 39 | kramdown (= 1.9.0) 40 | liquid (= 3.0.6) 41 | mercenary (~> 0.3) 42 | rdiscount (= 2.1.8) 43 | redcarpet (= 3.3.3) 44 | rouge (= 1.10.1) 45 | terminal-table (~> 1.4) 46 | github-pages-health-check (1.1.0) 47 | addressable (~> 2.3) 48 | net-dns (~> 0.8) 49 | octokit (~> 4.0) 50 | public_suffix (~> 1.4) 51 | typhoeus (~> 0.7) 52 | html-pipeline (2.3.0) 53 | activesupport (>= 2, < 5) 54 | nokogiri (>= 1.4) 55 | i18n (0.7.0) 56 | jekyll (3.0.3) 57 | colorator (~> 0.1) 58 | jekyll-sass-converter (~> 1.0) 59 | jekyll-watch (~> 1.1) 60 | kramdown (~> 1.3) 61 | liquid (~> 3.0) 62 | mercenary (~> 0.3.3) 63 | rouge (~> 1.7) 64 | safe_yaml (~> 1.0) 65 | jekyll-coffeescript (1.0.1) 66 | coffee-script (~> 2.2) 67 | jekyll-feed (0.4.0) 68 | jekyll-gist (1.4.0) 69 | octokit (~> 4.2) 70 | jekyll-mentions (1.0.1) 71 | html-pipeline (~> 2.3) 72 | jekyll (~> 3.0) 73 | jekyll-paginate (1.1.0) 74 | jekyll-redirect-from (0.9.1) 75 | jekyll (>= 2.0) 76 | jekyll-sass-converter (1.3.0) 77 | sass (~> 3.2) 78 | jekyll-seo-tag (1.3.2) 79 | jekyll (~> 3.0) 80 | jekyll-sitemap (0.10.0) 81 | jekyll-textile-converter (0.1.0) 82 | RedCloth (~> 4.0) 83 | jekyll-watch (1.3.1) 84 | listen (~> 3.0) 85 | jemoji (0.5.1) 86 | gemoji (~> 2.0) 87 | html-pipeline (~> 2.2) 88 | jekyll (>= 2.0) 89 | json (1.8.3) 90 | kramdown (1.9.0) 91 | liquid (3.0.6) 92 | listen (3.0.6) 93 | rb-fsevent (>= 0.9.3) 94 | rb-inotify (>= 0.9.7) 95 | mercenary (0.3.5) 96 | mini_portile2 (2.0.0) 97 | minitest (5.8.4) 98 | multipart-post (2.0.0) 99 | net-dns (0.8.0) 100 | nokogiri (1.6.7.2) 101 | mini_portile2 (~> 2.0.0.rc2) 102 | octokit (4.3.0) 103 | sawyer (~> 0.7.0, >= 0.5.3) 104 | public_suffix (1.5.3) 105 | rb-fsevent (0.9.7) 106 | rb-inotify (0.9.7) 107 | ffi (>= 0.5.0) 108 | rdiscount (2.1.8) 109 | redcarpet (3.3.3) 110 | rouge (1.10.1) 111 | safe_yaml (1.0.4) 112 | sass (3.4.21) 113 | sawyer (0.7.0) 114 | addressable (>= 2.3.5, < 2.5) 115 | faraday (~> 0.8, < 0.10) 116 | terminal-table (1.5.2) 117 | thread_safe (0.3.5) 118 | typhoeus (0.8.0) 119 | ethon (>= 0.8.0) 120 | tzinfo (1.2.2) 121 | thread_safe (~> 0.1) 122 | 123 | PLATFORMS 124 | ruby 125 | 126 | DEPENDENCIES 127 | github-pages 128 | 129 | BUNDLED WITH 130 | 1.11.2 131 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Nativefier Icons 2 | 3 | Icon Repository for [Nativefier](https://github.com/nativefier/nativefier/). 4 | 5 | Nativefier will look in this repository for high resolution icons before trying to automatically infer an icon from the target Url. 6 | 7 | The [index](https://nativefier.github.io/nativefier-icons/) is automatically generated with [GitCloud](https://github.com/jiahaog/gitcloud) using Jekyll. 8 | 9 | ## Contributing 10 | 11 | Feel free to submit a pull request for any `.ico`, `.icns` or `.png` icon! 12 | 13 | - `.ico` - For Windows 14 | - `.icns` - For macOS (Apple Icon Image format) 15 | - `.png` - For Linux 16 | 17 | If the icons for the correct platforms are found here, the [optional dependencies](https://github.com/nativefier/nativefier/#optional-dependencies) for Nativefier might not be required to infer an icon for that particular target web page. 18 | 19 | ### Naming Convention 20 | 21 | Name the icon file to `${PRODUCT}.${EXT}`, just use the key identifier for the page. 22 | 23 | However, if the product name is generic enough, name it as `${COMPANY}-${PRODUCT}.${EXT}`, with `-` as the delimiter. The matching algorithm works by taking a score of the number of words matched in the file name with the target url. 24 | 25 | Take the example of naming Google Photos for the target url `https://photos.google.com/`. Using `photos.png` is too generic, and we want it to be specific to google. Thus, we will name the icon file `google-photos.png` for a `.png` file. 26 | 27 | ### Step 1 28 | 29 | First prepare the image files, for the respective platform as stated above 30 | 31 | A helpful tool for converting the icons is [iconverticons.com](https://iconverticons.com/online/). 32 | 33 | Copy the images to `./files`. 34 | 35 | ``` 36 | $ ls -a ./files 37 | 38 | google-photos.png 39 | google-photos.ico 40 | google-photos.icns 41 | ``` 42 | 43 | ### Step 2 44 | 45 | Add an entry for the file to `./_data/gitCloud.yml`, in alphabetical order 46 | 47 | ```yml 48 | - name: google-photos 49 | href: files/google-photos.png 50 | - name: google-photos 51 | href: files/google-photos.ico 52 | - name: google-photos 53 | href: files/google-photos.icns 54 | ``` 55 | 56 | ### Step 3 57 | 58 | You're done! Submit a pull request with the changes and I'll merge them in as soon as possible. 59 | 60 | ## Helper Scripts 61 | 62 | The main [`./addIcon`](addIcon) script is also provided which takes an input `.png` or `.svg` and does steps 1 and 2 automatically for you. 63 | 64 | This script only runs on OSX with XCode installed as [iconutil](https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Optimizing/Optimizing.html) is required for conversion to a `.icns` file. 65 | 66 | Other helpful scripts are: 67 | 68 | - [`./bin/convertToIcns`](bin/convertToIcns) 69 | - [`./bin/convertToIco`](bin/convertToIco) (Supported on Linux) 70 | - [`./bin/convertToPng`](bin/convertToPng) (Supported on Linux) 71 | 72 | You need the following dependencies: 73 | 74 | - [ImageMagick](http://www.imagemagick.org/script/index.php) with `convert` and `identify` in your `$PATH` (required for `.png` input) 75 | - [CairoSVG](https://cairosvg.org) (required for `.svg` input) 76 | - [iconutil](https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Optimizing/Optimizing.html): Xcode needs to be installed (required to generate `.icns`) 77 | 78 | ## Work In Progress 79 | 80 | - [ ] CI tests for pull requests 81 | - [ ] Just use a `.png` or `.svg` and let CI convert the icons to the other formats 82 | 83 | ## Credits 84 | 85 | Some logos are sourced and converted from the really awesome svg logo repository [gilbarbara/logos](https://github.com/gilbarbara/logos). 86 | 87 | All logos appearing on the site are the property of their respective owners. 88 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | # Welcome to Jekyll! 2 | # 3 | # This config file is meant for settings that affect your whole blog, values 4 | # which you are expected to set up once and rarely need to edit after that. 5 | # For technical reasons, this file is *NOT* reloaded automatically when you use 6 | # 'jekyll serve'. If you change this file, please restart the server process. 7 | 8 | # Site settings 9 | title: GitCloud 10 | -------------------------------------------------------------------------------- /_data/gitCloud.yml: -------------------------------------------------------------------------------- 1 | - name: asana 2 | href: files/asana.png 3 | - name: asana 4 | href: files/asana.ico 5 | - name: asana 6 | href: files/asana.icns 7 | 8 | - name: ausmed 9 | href: files/ausmed.png 10 | - name: ausmed 11 | href: files/ausmed.ico 12 | - name: ausmed 13 | href: files/ausmed.icns 14 | 15 | - name: aws-cloud9 16 | href: files/aws-cloud9.png 17 | - name: aws-cloud9 18 | href: files/aws-cloud9.ico 19 | - name: aws-cloud9 20 | href: files/aws-cloud9.icns 21 | 22 | - name: basecamp 23 | href: files/basecamp.png 24 | - name: basecamp 25 | href: files/basecamp.ico 26 | - name: basecamp 27 | href: files/basecamp.icns 28 | 29 | - name: codetree 30 | href: files/codetree.png 31 | - name: codetree 32 | href: files/codetree.ico 33 | - name: codetree 34 | href: files/codetree.icns 35 | 36 | - name: connectwise 37 | href: files/connectwise.png 38 | - name: connectwise 39 | href: files/connectwise.ico 40 | - name: connectwise 41 | href: files/connectwise.icns 42 | 43 | - name: crunchyroll 44 | href: files/crunchyroll.png 45 | - name: crunchyroll 46 | href: files/crunchyroll.ico 47 | - name: crunchyroll 48 | href: files/crunchyroll.icns 49 | 50 | - name: devdocs 51 | href: files/devdocs.png 52 | - name: devdocs 53 | href: files/devdocs.ico 54 | - name: devdocs 55 | href: files/devdocs.icns 56 | 57 | - name: diaro 58 | href: files/diaro.png 59 | - name: diaro 60 | href: files/diaro.ico 61 | - name: diaro 62 | href: files/diaro.icns 63 | 64 | - name: dropbox 65 | href: files/dropbox.png 66 | - name: dropbox 67 | href: files/dropbox.ico 68 | - name: dropbox 69 | href: files/dropbox.icns 70 | 71 | - name: dropbox-paper 72 | href: files/dropbox-paper.png 73 | - name: dropbox-paper 74 | href: files/dropbox-paper.ico 75 | - name: dropbox-paper 76 | href: files/dropbox-paper.icns 77 | 78 | - name: duckduckgo 79 | href: files/duckduckgo.png 80 | - name: duckduckgo 81 | href: files/duckduckgo.ico 82 | - name: duckduckgo 83 | href: files/duckduckgo.icns 84 | 85 | - name: facebook 86 | href: files/facebook.png 87 | - name: facebook 88 | href: files/facebook.ico 89 | - name: facebook 90 | href: files/facebook.icns 91 | 92 | - name: fastmail 93 | href: files/fastmail.png 94 | - name: fastmail 95 | href: files/fastmail.icns 96 | - name: fastmail 97 | href: files/fastmail.ico 98 | 99 | - name: feedly 100 | href: files/feedly.png 101 | - name: feedly 102 | href: files/feedly.icns 103 | - name: feedly 104 | href: files/feedly.ico 105 | 106 | - name: github 107 | href: files/github.png 108 | - name: github 109 | href: files/github.ico 110 | - name: github 111 | href: files/github.icns 112 | 113 | - name: gitlab 114 | href: files/gitlab.png 115 | - name: gitlab 116 | href: files/gitlab.ico 117 | - name: gitlab 118 | href: files/gitlab.icns 119 | 120 | - name: gitter 121 | href: files/gitter.png 122 | - name: gitter 123 | href: files/gitter.ico 124 | - name: gitter 125 | href: files/gitter.icns 126 | 127 | - name: gmail 128 | href: files/gmail.png 129 | - name: gmail 130 | href: files/gmail.ico 131 | - name: gmail 132 | href: files/gmail.icns 133 | 134 | - name: google 135 | href: files/google.png 136 | - name: google 137 | href: files/google.ico 138 | - name: google 139 | href: files/google.icns 140 | 141 | - name: google-allo 142 | href: files/google-allo.png 143 | - name: google-allo 144 | href: files/google-allo.ico 145 | - name: google-allo 146 | href: files/google-allo.icns 147 | 148 | - name: google-calendar 149 | href: files/google-calendar.png 150 | - name: google-calendar 151 | href: files/google-calendar.ico 152 | - name: google-calendar 153 | href: files/google-calendar.icns 154 | 155 | - name: google-docs 156 | href: files/google-docs.png 157 | - name: google-docs 158 | href: files/google-docs.ico 159 | - name: google-docs 160 | href: files/google-docs.icns 161 | 162 | - name: google-drive 163 | href: files/google-drive.png 164 | - name: google-drive 165 | href: files/google-drive.ico 166 | - name: google-drive 167 | href: files/google-drive.icns 168 | 169 | - name: google-hangouts 170 | href: files/google-hangouts.png 171 | - name: google-hangouts 172 | href: files/google-hangouts.ico 173 | - name: google-hangouts 174 | href: files/google-hangouts.icns 175 | 176 | - name: google-inbox 177 | href: files/google-inbox.png 178 | - name: google-inbox 179 | href: files/google-inbox.ico 180 | - name: google-inbox 181 | href: files/google-inbox.icns 182 | 183 | - name: google-keep 184 | href: files/google-keep.png 185 | - name: google-keep 186 | href: files/google-keep.ico 187 | - name: google-keep 188 | href: files/google-keep.icns 189 | 190 | - name: google-meet 191 | href: files/google-meet.png 192 | - name: google-meet 193 | href: files/google-meet.ico 194 | - name: google-meet 195 | href: files/google-meet.icns 196 | 197 | - name: google-messages 198 | href: files/google-messages.png 199 | - name: google-messages 200 | href: files/google-messages.ico 201 | - name: google-messages 202 | href: files/google-messages.icns 203 | 204 | - name: google-photos 205 | href: files/google-photos.png 206 | - name: google-photos 207 | href: files/google-photos.ico 208 | - name: google-photos 209 | href: files/google-photos.icns 210 | 211 | - name: google-play-music 212 | href: files/google-play-music.png 213 | - name: google-play-music 214 | href: files/google-play-music.ico 215 | - name: google-play-music 216 | href: files/google-play-music.icns 217 | 218 | - name: google-sheets 219 | href: files/google-sheets.png 220 | - name: google-sheets 221 | href: files/google-sheets.ico 222 | - name: google-sheets 223 | href: files/google-sheets.icns 224 | 225 | - name: google-slides 226 | href: files/google-slides.png 227 | - name: google-slides 228 | href: files/google-slides.ico 229 | - name: google-slides 230 | href: files/google-slides.icns 231 | 232 | - name: google-voice 233 | href: files/google-voice.png 234 | - name: google-voice 235 | href: files/google-voice.ico 236 | - name: google-voice 237 | href: files/google-voice.icns 238 | 239 | - name: groupme 240 | href: files/groupme.png 241 | - name: groupme 242 | href: files/groupme.ico 243 | - name: groupme 244 | href: files/groupme.icns 245 | 246 | - name: hipchat 247 | href: files/hipchat.png 248 | - name: hipchat 249 | href: files/hipchat.ico 250 | - name: hipchat 251 | href: files/hipchat.icns 252 | 253 | - name: ifttt 254 | href: files/ifttt.png 255 | - name: ifttt 256 | href: files/ifttt.ico 257 | - name: ifttt 258 | href: files/ifttt.icns 259 | 260 | - name: iheartradio 261 | href: files/iheartradio.png 262 | - name: iheartradio 263 | href: files/iheartradio.ico 264 | - name: iheartradio 265 | href: files/iheartradio.icns 266 | 267 | - name: instagram 268 | href: files/instagram.png 269 | - name: instagram 270 | href: files/instagram.ico 271 | - name: instagram 272 | href: files/instagram.icns 273 | 274 | - name: instapaper 275 | href: files/instapaper.png 276 | - name: instapaper 277 | href: files/instapaper.ico 278 | - name: instapaper 279 | href: files/instapaper.icns 280 | 281 | - name: jira 282 | href: files/jira.png 283 | - name: jira 284 | href: files/jira.ico 285 | - name: jira 286 | href: files/jira.icns 287 | 288 | - name: jsfiddle 289 | href: files/jsfiddle.png 290 | - name: jsfiddle 291 | href: files/jsfiddle.ico 292 | - name: jsfiddle 293 | href: files/jsfiddle.icns 294 | 295 | - name: instagram 296 | href: files/instagram.png 297 | - name: instagram 298 | href: files/instagram.ico 299 | - name: instagram 300 | href: files/instagram.icns 301 | 302 | - name: medium 303 | href: files/medium.png 304 | - name: medium 305 | href: files/medium.ico 306 | - name: medium 307 | href: files/medium.icns 308 | 309 | - name: messenger 310 | href: files/messenger.png 311 | - name: messenger 312 | href: files/messenger.ico 313 | - name: messenger 314 | href: files/messenger.icns 315 | 316 | - name: microsoft-azure 317 | href: files/microsoft-azure.png 318 | - name: microsoft-azure 319 | href: files/microsoft-azure.ico 320 | - name: microsoft-azure 321 | href: files/microsoft-azure.icns 322 | 323 | - name: microsoft-todo 324 | href: files/microsoft-todo.png 325 | - name: microsoft-todo 326 | href: files/microsoft-todo.ico 327 | - name: microsoft-todo 328 | href: files/microsoft-todo.icns 329 | 330 | - name: netflix 331 | href: files/netflix.png 332 | - name: netflix 333 | href: files/netflix.ico 334 | - name: netflix 335 | href: files/netflix.icns 336 | 337 | - name: nirvanahq 338 | href: files/nirvanahq.png 339 | - name: nirvanahq 340 | href: files/nirvanahq.ico 341 | - name: nirvanahq 342 | href: files/nirvanahq.icns 343 | 344 | - name: passwordstate 345 | href: files/passwordstate.png 346 | - name: passwordstate 347 | href: files/passwordstate.ico 348 | - name: passwordstate 349 | href: files/passwordstate.icns 350 | 351 | - name: pandora 352 | href: files/pandora.png 353 | - name: pandora 354 | href: files/pandora.ico 355 | - name: pandora 356 | href: files/pandora.icns 357 | 358 | - name: pinterest 359 | href: files/pinterest.png 360 | - name: pinterest 361 | href: files/pinterest.ico 362 | - name: pinterest 363 | href: files/pinterest.icns 364 | 365 | - name: pivotaltracker 366 | href: files/pivotaltracker.png 367 | - name: pivotaltracker 368 | href: files/pivotaltracker.ico 369 | - name: pivotaltracker 370 | href: files/pivotaltracker.icns 371 | 372 | - name: pocket 373 | href: files/pocket.png 374 | - name: pocket 375 | href: files/pocket.ico 376 | - name: pocket 377 | href: files/pocket.icns 378 | 379 | - name: pocketcasts 380 | href: files/pocketcasts.png 381 | - name: pocketcasts 382 | href: files/pocketcasts.ico 383 | - name: pocketcasts 384 | href: files/pocketcasts.icns 385 | 386 | - name: producthunt 387 | href: files/producthunt.png 388 | - name: producthunt 389 | href: files/producthunt.ico 390 | - name: producthunt 391 | href: files/producthunt.icns 392 | 393 | - name: quire 394 | href: files/quire.png 395 | - name: quire 396 | href: files/quire.ico 397 | - name: quire 398 | href: files/quire.icns 399 | 400 | - name: rainwave 401 | href: files/rainwave.png 402 | - name: rainwave 403 | href: files/rainwave.ico 404 | - name: rainwave 405 | href: files/rainwave.icns 406 | 407 | - name: reddit 408 | href: files/reddit.png 409 | - name: reddit 410 | href: files/reddit.ico 411 | - name: reddit 412 | href: files/reddit.icns 413 | 414 | - name: regexr 415 | href: files/regexr.png 416 | - name: regexr 417 | href: files/regexr.ico 418 | - name: regexr 419 | href: files/regexr.icns 420 | 421 | - name: salesforce 422 | href: files/salesforce.png 423 | - name: salesforce 424 | href: files/salesforce.ico 425 | - name: salesforce 426 | href: files/salesforce.icns 427 | 428 | - name: schoolloop 429 | href: files/schoolloop.png 430 | - name: schoolloop 431 | href: files/schoolloop.ico 432 | - name: schoolloop 433 | href: files/schoolloop.icns 434 | 435 | - name: slack 436 | href: files/slack.png 437 | - name: slack 438 | href: files/slack.ico 439 | - name: slack 440 | href: files/slack.icns 441 | 442 | - name: slides 443 | href: files/slides.png 444 | - name: slides 445 | href: files/slides.ico 446 | - name: slides 447 | href: files/slides.icns 448 | 449 | - name: soundcloud 450 | href: files/soundcloud.png 451 | - name: soundcloud 452 | href: files/soundcloud.ico 453 | - name: soundcloud 454 | href: files/soundcloud.icns 455 | 456 | - name: tallyfy 457 | href: files/tallyfy.png 458 | - name: tallyfy 459 | href: files/tallyfy.ico 460 | - name: tallyfy 461 | href: files/tallyfy.icns 462 | 463 | - name: teamgantt 464 | href: files/teamgantt.png 465 | - name: teamgantt 466 | href: files/teamgantt.ico 467 | - name: teamgantt 468 | href: files/teamgantt.icns 469 | 470 | - name: thelounge 471 | href: files/thelounge.png 472 | - name: thelounge 473 | href: files/thelounge.ico 474 | - name: thelounge 475 | href: files/thelounge.icns 476 | 477 | - name: todoist 478 | href: files/todoist.png 479 | - name: todoist 480 | href: files/todoist.icns 481 | - name: todoist 482 | href: files/todoist.ico 483 | 484 | - name: toggl 485 | href: files/toggl.png 486 | - name: toggl 487 | href: files/toggl.ico 488 | - name: toggl 489 | href: files/toggl.icns 490 | 491 | - name: trello 492 | href: files/trello.png 493 | - name: trello 494 | href: files/trello.ico 495 | - name: trello 496 | href: files/trello.icns 497 | 498 | - name: tumblr 499 | href: files/tumblr.png 500 | - name: tumblr 501 | href: files/tumblr.ico 502 | - name: tumblr 503 | href: files/tumblr.icns 504 | 505 | - name: twitch 506 | href: files/twitch.png 507 | - name: twitch 508 | href: files/twitch.ico 509 | - name: twitch 510 | href: files/twitch.icns 511 | 512 | - name: twitter 513 | href: files/twitter.png 514 | - name: twitter 515 | href: files/twitter.ico 516 | - name: twitter 517 | href: files/twitter.icns 518 | 519 | - name: waffle 520 | href: files/waffle.png 521 | - name: waffle 522 | href: files/waffle.ico 523 | - name: waffle 524 | href: files/waffle.icns 525 | 526 | - name: whatsapp 527 | href: files/whatsapp.png 528 | - name: whatsapp 529 | href: files/whatsapp.ico 530 | - name: whatsapp 531 | href: files/whatsapp.icns 532 | 533 | - name: workflowmax 534 | href: files/workflowmax.png 535 | - name: workflowmax 536 | href: files/workflowmax.ico 537 | - name: workflowmax 538 | href: files/workflowmax.icns 539 | 540 | - name: workflowy 541 | href: files/workflowy.png 542 | - name: workflowy 543 | href: files/workflowy.ico 544 | - name: workflowy 545 | href: files/workflowy.icns 546 | 547 | - name: untappd 548 | href: files/untappd.png 549 | - name: untappd 550 | href: files/untappd.ico 551 | - name: untappd 552 | href: files/untappd.icns 553 | 554 | - name: ycombinator 555 | href: files/ycombinator.png 556 | - name: ycombinator 557 | href: files/ycombinator.ico 558 | - name: ycombinator 559 | href: files/ycombinator.icns 560 | 561 | - name: youtube 562 | href: files/youtube.png 563 | - name: youtube 564 | href: files/youtube.ico 565 | - name: youtube 566 | href: files/youtube.icns 567 | 568 | - name: youtube-music 569 | href: files/youtube-music.png 570 | - name: youtube-music 571 | href: files/youtube-music.ico 572 | - name: youtube-music 573 | href: files/youtube-music.icns 574 | -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /_includes/head.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} 4 | 5 | 6 | -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {% include head.html %} 5 | {{ content }} 6 | {% include footer.html %} 7 | 8 | 9 | -------------------------------------------------------------------------------- /addIcon: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Will automatically convert and add the output properly to gitCloud 4 | 5 | # USAGE 6 | # ===== 7 | # ./addIcon 8 | # Example: 9 | # ./addIcon ~/Desktop/icon.png 10 | 11 | # Exit the shell script on error immediately 12 | set -e 13 | 14 | # Check for dependencies 15 | # imagemagick 16 | type convert >/dev/null 2>&1 || { echo >&2 "Cannot find required ImageMagick Convert executable"; exit 1; } 17 | # svg2png 18 | type svg2png >/dev/null 2>&1 || { echo >&2 "Cannot find required svg2png executable"; exit 1; } 19 | # iconutil 20 | type iconutil >/dev/null 2>&1 || { echo >&2 "Cannot find required iconutil executable"; exit 1; } 21 | 22 | # Import scripts as variable 23 | CONVERT_TO_PNG="${BASH_SOURCE%/*}/bin/convertToPng" 24 | CONVERT_TO_ICO="${BASH_SOURCE%/*}/bin/convertToIco" 25 | CONVERT_TO_ICNS="${BASH_SOURCE%/*}/bin/convertToIcns" 26 | 27 | # Argument 28 | SOURCE=$1 29 | 30 | # Check argument 31 | if [ -z "${SOURCE}" ]; then 32 | echo "No source image specified" 33 | exit 1 34 | fi 35 | 36 | # File variables 37 | SOURCE_NAME=$(basename "${SOURCE}") 38 | SOURCE_EXT="${SOURCE_NAME##*.}" 39 | SOURCE_BASE="${SOURCE_NAME%.*}" 40 | 41 | # Temp directory 42 | TEMP_DIR=".addIcon" 43 | mkdir -p "${TEMP_DIR}" 44 | 45 | # Cleanup 46 | function cleanUp() { 47 | rm -rf "${TEMP_DIR}" 48 | } 49 | trap cleanUp EXIT 50 | 51 | # Check for file type 52 | if [ "${SOURCE_EXT}" == "svg" ] || [ "${SOURCE_EXT}" == "png" ]; then 53 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${SOURCE_BASE}.png" 54 | ${CONVERT_TO_ICO} "${TEMP_DIR}/${SOURCE_BASE}.png" "${TEMP_DIR}/${SOURCE_BASE}.ico" 55 | ${CONVERT_TO_ICNS} "${SOURCE}" "${TEMP_DIR}/${SOURCE_BASE}.icns" 56 | 57 | # Force exit 0 for cp so that if files are identical the script will still proceed to overwrite 58 | cp "${TEMP_DIR}/${SOURCE_BASE}.png" "files/${SOURCE_BASE}.png" || : 59 | cp "${TEMP_DIR}/${SOURCE_BASE}.ico" "files/${SOURCE_BASE}.ico" || : 60 | cp "${TEMP_DIR}/${SOURCE_BASE}.icns" "files/${SOURCE_BASE}.icns" || : 61 | 62 | ## append to .gitCloud.yml 63 | echo "- name: ${SOURCE_BASE}" >> _data/gitCloud.yml 64 | echo " href: files/${SOURCE_BASE}.png" >> _data/gitCloud.yml 65 | echo "- name: ${SOURCE_BASE}" >> _data/gitCloud.yml 66 | echo " href: files/${SOURCE_BASE}.ico" >> _data/gitCloud.yml 67 | echo "- name: ${SOURCE_BASE}" >> _data/gitCloud.yml 68 | echo " href: files/${SOURCE_BASE}.icns" >> _data/gitCloud.yml 69 | else 70 | echo "SVG or PNG must be provided" 71 | exit 1 72 | fi 73 | -------------------------------------------------------------------------------- /bin/convertToIcns: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # USAGE 4 | # ===== 5 | # ./convertToIcns 6 | # Example: 7 | # ./convertToIcns ~/icon.png ~/Desktop/icon_converted.icns 8 | 9 | # Exit the shell script on error immediately 10 | set -e 11 | 12 | # Check for dependency 13 | # iconutil 14 | type iconutil >/dev/null 2>&1 || { echo >&2 "Cannot find required iconutil executable"; exit 1; } 15 | 16 | # Import script as variable 17 | CONVERT_TO_PNG="${BASH_SOURCE%/*}/convertToPng" 18 | 19 | # Arguments 20 | SOURCE=$1 21 | DEST=$2 22 | 23 | # Check arguments 24 | if [ -z "${SOURCE}" ]; then 25 | echo "No source image specified" 26 | exit 1 27 | fi 28 | 29 | if [ -z "${DEST}" ]; then 30 | echo "No destination specified" 31 | exit 1 32 | fi 33 | 34 | # File variables 35 | SOURCE_NAME=$(basename "${SOURCE}") 36 | SOURCE_EXT="${SOURCE_NAME##*.}" 37 | SOURCE_BASE="${SOURCE_NAME%.*}" 38 | ICONSET="${SOURCE_BASE}.iconset" 39 | 40 | # Temp directory 41 | TEMP_DIR=".convertToIcns" 42 | mkdir -p "${TEMP_DIR}/${ICONSET}" 43 | 44 | # Cleanup 45 | function cleanUp() { 46 | rm -rf "${TEMP_DIR}" 47 | } 48 | trap cleanUp EXIT 49 | 50 | # Check for file type 51 | if [ "${SOURCE_EXT}" == "svg" ] || [ "${SOURCE_EXT}" == "png" ]; then 52 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_16x16.png" 16 53 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_16x16@2x.png" 32 54 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_32x32.png" 32 55 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_32x32@2x.png" 64 56 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_128x128.png" 128 57 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_128x128@2x.png" 256 58 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_256x256.png" 256 59 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_256x256@2x.png" 512 60 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_512x512.png" 512 61 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${ICONSET}/icon_512x512@2x.png" 1024 62 | else 63 | echo "SVG or PNG must be provided" 64 | exit 1 65 | fi 66 | 67 | # Create an icns file from the iconset 68 | iconutil -c icns "${TEMP_DIR}/${ICONSET}" -o "${DEST}" 69 | -------------------------------------------------------------------------------- /bin/convertToIco: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # USAGE 4 | # ===== 5 | # ./convertToIco 6 | # Example: 7 | # ./convertToIco ~/icon.png ~/Desktop/icon_converted.ico 16 8 | 9 | # Exit the shell script on error immediately 10 | set -e 11 | 12 | # Check for dependency 13 | # imagemagick 14 | type convert >/dev/null 2>&1 || { echo >&2 "Cannot find required ImageMagick Convert executable"; exit 1; } 15 | 16 | # Import script as variable 17 | CONVERT_TO_PNG="${BASH_SOURCE%/*}/convertToPng" 18 | 19 | # Arguments 20 | SOURCE=$1 21 | DEST=$2 22 | SIZE=$3 23 | 24 | # Check arguments 25 | if [ -z "${SOURCE}" ]; then 26 | echo "No source image specified" 27 | exit 1 28 | fi 29 | 30 | if [ -z "${DEST}" ]; then 31 | echo "No destination specified" 32 | exit 1 33 | fi 34 | 35 | if [ -z "${SIZE}" ]; then 36 | # Set default size to 256 px 37 | SIZE=256 38 | fi 39 | 40 | # File variables 41 | SOURCE_NAME=$(basename "${SOURCE}") 42 | SOURCE_EXT="${SOURCE_NAME##*.}" 43 | SOURCE_BASE="${SOURCE_NAME%.*}" 44 | 45 | # Temp directory 46 | TEMP_DIR=".convertToIco" 47 | mkdir -p "${TEMP_DIR}" 48 | 49 | # Cleanup 50 | function cleanUp() { 51 | rm -rf "${TEMP_DIR}" 52 | } 53 | trap cleanUp EXIT 54 | 55 | # Check for file type 56 | if [ "${SOURCE_EXT}" == "ico" ]; then 57 | cp "${SOURCE}" "${DEST}" 58 | exit 0 59 | elif [ "${SOURCE_EXT}" == "svg" ] || [ "${SOURCE_EXT}" == "png" ]; then 60 | ${CONVERT_TO_PNG} "${SOURCE}" "${TEMP_DIR}/${SOURCE_BASE}.png" "${SIZE}" 61 | convert "${TEMP_DIR}/${SOURCE_BASE}.png" "${DEST}" 62 | else 63 | echo "SVG, PNG or ICO must be provided" 64 | exit 1 65 | fi 66 | -------------------------------------------------------------------------------- /bin/convertToPng: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # USAGE 4 | # ===== 5 | # ./convertToPng 6 | # Example: 7 | # ./convertToPng ~/icon.png ~/Desktop/icon_converted.png 512 8 | 9 | # Exit the shell script on error immediately 10 | set -e 11 | 12 | # Check for dependencies 13 | if [ "${SOURCE_EXT}" == "png" ]; then 14 | # imagemagick 15 | type identify >/dev/null 2>&1 || { echo >&2 "Cannot find required ImageMagick Identify executable"; exit 1; } 16 | type convert >/dev/null 2>&1 || { echo >&2 "Cannot find required ImageMagick Convert executable"; exit 1; } 17 | elif [ "${SOURCE_EXT}" == "svg" ]; then 18 | # CairoSVG 19 | type cairosvg >/dev/null 2>&1 || { echo >&2 "Cannot find required CairoSVG executable"; exit 1; } 20 | fi 21 | 22 | # Arguments 23 | SOURCE=$1 24 | DEST=$2 25 | SIZE=$3 26 | 27 | # Check arguments 28 | if [ -z "${SOURCE}" ]; then 29 | echo "No source image specified" 30 | exit 1 31 | fi 32 | 33 | if [ -z "${DEST}" ]; then 34 | echo "No destination specified" 35 | exit 1 36 | fi 37 | 38 | if [ -z "${SIZE}" ]; then 39 | # Set default size to 1024 px 40 | SIZE=1024 41 | fi 42 | 43 | # File variables 44 | SOURCE_NAME=$(basename "${SOURCE}") 45 | SOURCE_EXT="${SOURCE_NAME##*.}" 46 | SOURCE_BASE="${SOURCE_NAME%.*}" 47 | 48 | # Temp directory 49 | TEMP_DIR=".convertToPng" 50 | mkdir -p "${TEMP_DIR}" 51 | 52 | # Cleanup 53 | function cleanUp() { 54 | rm -rf "${TEMP_DIR}" 55 | } 56 | trap cleanUp EXIT 57 | 58 | # Check for file type 59 | if [ "${SOURCE_EXT}" == "svg" ]; then 60 | cairosvg "${SOURCE}" "--output-width=${SIZE}" "--output-height=${SIZE}" "--output=${DEST}" 61 | elif [ "${SOURCE_EXT}" == "png" ] || [ "${SOURCE_EXT}" == "ico" ]; then 62 | # Check if .ico is a sequence 63 | # Pipe into cat so no exit code is given for grep if no matches are found 64 | IS_ICO_SET="$(identify ${SOURCE} | grep -e "\w\.ico\[0" | cat )" 65 | convert "${SOURCE}" -define png:big-depth=16 -define png:color-type=6 -sample "${SIZE}x${SIZE}" "${TEMP_DIR}/${SOURCE_BASE}.png" 66 | if [ "${IS_ICO_SET}" ]; then 67 | # Extract the largest (?) image from the set 68 | cp "${TEMP_DIR}/${SOURCE_BASE}-0.png" "${DEST}" 69 | else 70 | cp "${TEMP_DIR}/${SOURCE_BASE}.png" "${DEST}" 71 | fi 72 | else 73 | echo "SVG, PNG or ICO must be provided" 74 | exit 1 75 | fi 76 | -------------------------------------------------------------------------------- /files/asana.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/asana.icns -------------------------------------------------------------------------------- /files/asana.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/asana.ico -------------------------------------------------------------------------------- /files/asana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/asana.png -------------------------------------------------------------------------------- /files/ausmed.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ausmed.icns -------------------------------------------------------------------------------- /files/ausmed.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ausmed.ico -------------------------------------------------------------------------------- /files/ausmed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ausmed.png -------------------------------------------------------------------------------- /files/aws-cloud9.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/aws-cloud9.icns -------------------------------------------------------------------------------- /files/aws-cloud9.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/aws-cloud9.ico -------------------------------------------------------------------------------- /files/aws-cloud9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/aws-cloud9.png -------------------------------------------------------------------------------- /files/basecamp.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/basecamp.icns -------------------------------------------------------------------------------- /files/basecamp.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/basecamp.ico -------------------------------------------------------------------------------- /files/basecamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/basecamp.png -------------------------------------------------------------------------------- /files/codetree.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/codetree.icns -------------------------------------------------------------------------------- /files/codetree.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/codetree.ico -------------------------------------------------------------------------------- /files/codetree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/codetree.png -------------------------------------------------------------------------------- /files/connectwise.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/connectwise.icns -------------------------------------------------------------------------------- /files/connectwise.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/connectwise.ico -------------------------------------------------------------------------------- /files/connectwise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/connectwise.png -------------------------------------------------------------------------------- /files/crunchyroll.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/crunchyroll.icns -------------------------------------------------------------------------------- /files/crunchyroll.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/crunchyroll.ico -------------------------------------------------------------------------------- /files/crunchyroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/crunchyroll.png -------------------------------------------------------------------------------- /files/devdocs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/devdocs.icns -------------------------------------------------------------------------------- /files/devdocs.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/devdocs.ico -------------------------------------------------------------------------------- /files/devdocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/devdocs.png -------------------------------------------------------------------------------- /files/diaro.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/diaro.icns -------------------------------------------------------------------------------- /files/diaro.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/diaro.ico -------------------------------------------------------------------------------- /files/diaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/diaro.png -------------------------------------------------------------------------------- /files/dropbox-paper.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/dropbox-paper.icns -------------------------------------------------------------------------------- /files/dropbox-paper.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/dropbox-paper.ico -------------------------------------------------------------------------------- /files/dropbox-paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/dropbox-paper.png -------------------------------------------------------------------------------- /files/dropbox.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/dropbox.icns -------------------------------------------------------------------------------- /files/dropbox.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/dropbox.ico -------------------------------------------------------------------------------- /files/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/dropbox.png -------------------------------------------------------------------------------- /files/duckduckgo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/duckduckgo.icns -------------------------------------------------------------------------------- /files/duckduckgo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/duckduckgo.ico -------------------------------------------------------------------------------- /files/duckduckgo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/duckduckgo.png -------------------------------------------------------------------------------- /files/facebook.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/facebook.icns -------------------------------------------------------------------------------- /files/facebook.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/facebook.ico -------------------------------------------------------------------------------- /files/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/facebook.png -------------------------------------------------------------------------------- /files/fastmail.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/fastmail.icns -------------------------------------------------------------------------------- /files/fastmail.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/fastmail.ico -------------------------------------------------------------------------------- /files/fastmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/fastmail.png -------------------------------------------------------------------------------- /files/feedly.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/feedly.icns -------------------------------------------------------------------------------- /files/feedly.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/feedly.ico -------------------------------------------------------------------------------- /files/feedly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/feedly.png -------------------------------------------------------------------------------- /files/github.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/github.icns -------------------------------------------------------------------------------- /files/github.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/github.ico -------------------------------------------------------------------------------- /files/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/github.png -------------------------------------------------------------------------------- /files/gitlab.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/gitlab.icns -------------------------------------------------------------------------------- /files/gitlab.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/gitlab.ico -------------------------------------------------------------------------------- /files/gitlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/gitlab.png -------------------------------------------------------------------------------- /files/gitter.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/gitter.icns -------------------------------------------------------------------------------- /files/gitter.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/gitter.ico -------------------------------------------------------------------------------- /files/gitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/gitter.png -------------------------------------------------------------------------------- /files/gmail.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/gmail.icns -------------------------------------------------------------------------------- /files/gmail.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/gmail.ico -------------------------------------------------------------------------------- /files/gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/gmail.png -------------------------------------------------------------------------------- /files/google-allo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-allo.icns -------------------------------------------------------------------------------- /files/google-allo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-allo.ico -------------------------------------------------------------------------------- /files/google-allo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-allo.png -------------------------------------------------------------------------------- /files/google-calendar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-calendar.icns -------------------------------------------------------------------------------- /files/google-calendar.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-calendar.ico -------------------------------------------------------------------------------- /files/google-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-calendar.png -------------------------------------------------------------------------------- /files/google-docs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-docs.icns -------------------------------------------------------------------------------- /files/google-docs.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-docs.ico -------------------------------------------------------------------------------- /files/google-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-docs.png -------------------------------------------------------------------------------- /files/google-drive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-drive.icns -------------------------------------------------------------------------------- /files/google-drive.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-drive.ico -------------------------------------------------------------------------------- /files/google-drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-drive.png -------------------------------------------------------------------------------- /files/google-hangouts.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-hangouts.icns -------------------------------------------------------------------------------- /files/google-hangouts.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-hangouts.ico -------------------------------------------------------------------------------- /files/google-hangouts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-hangouts.png -------------------------------------------------------------------------------- /files/google-inbox.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-inbox.icns -------------------------------------------------------------------------------- /files/google-inbox.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-inbox.ico -------------------------------------------------------------------------------- /files/google-inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-inbox.png -------------------------------------------------------------------------------- /files/google-keep.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-keep.icns -------------------------------------------------------------------------------- /files/google-keep.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-keep.ico -------------------------------------------------------------------------------- /files/google-keep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-keep.png -------------------------------------------------------------------------------- /files/google-meet.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-meet.icns -------------------------------------------------------------------------------- /files/google-meet.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-meet.ico -------------------------------------------------------------------------------- /files/google-meet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-meet.png -------------------------------------------------------------------------------- /files/google-messages.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-messages.icns -------------------------------------------------------------------------------- /files/google-messages.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-messages.ico -------------------------------------------------------------------------------- /files/google-messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-messages.png -------------------------------------------------------------------------------- /files/google-photos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-photos.icns -------------------------------------------------------------------------------- /files/google-photos.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-photos.ico -------------------------------------------------------------------------------- /files/google-photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-photos.png -------------------------------------------------------------------------------- /files/google-play-music.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-play-music.icns -------------------------------------------------------------------------------- /files/google-play-music.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-play-music.ico -------------------------------------------------------------------------------- /files/google-play-music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-play-music.png -------------------------------------------------------------------------------- /files/google-sheets.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-sheets.icns -------------------------------------------------------------------------------- /files/google-sheets.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-sheets.ico -------------------------------------------------------------------------------- /files/google-sheets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-sheets.png -------------------------------------------------------------------------------- /files/google-slides.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-slides.icns -------------------------------------------------------------------------------- /files/google-slides.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-slides.ico -------------------------------------------------------------------------------- /files/google-slides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-slides.png -------------------------------------------------------------------------------- /files/google-voice.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-voice.icns -------------------------------------------------------------------------------- /files/google-voice.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-voice.ico -------------------------------------------------------------------------------- /files/google-voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google-voice.png -------------------------------------------------------------------------------- /files/google.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google.icns -------------------------------------------------------------------------------- /files/google.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google.ico -------------------------------------------------------------------------------- /files/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/google.png -------------------------------------------------------------------------------- /files/groupme.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/groupme.icns -------------------------------------------------------------------------------- /files/groupme.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/groupme.ico -------------------------------------------------------------------------------- /files/groupme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/groupme.png -------------------------------------------------------------------------------- /files/hipchat.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/hipchat.icns -------------------------------------------------------------------------------- /files/hipchat.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/hipchat.ico -------------------------------------------------------------------------------- /files/hipchat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/hipchat.png -------------------------------------------------------------------------------- /files/ifttt.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ifttt.icns -------------------------------------------------------------------------------- /files/ifttt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ifttt.ico -------------------------------------------------------------------------------- /files/ifttt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ifttt.png -------------------------------------------------------------------------------- /files/iheartradio.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/iheartradio.ico -------------------------------------------------------------------------------- /files/iheartradio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/iheartradio.png -------------------------------------------------------------------------------- /files/iheartradioicns.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/iheartradioicns.icns -------------------------------------------------------------------------------- /files/ing.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ing.icns -------------------------------------------------------------------------------- /files/ing.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ing.ico -------------------------------------------------------------------------------- /files/ing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ing.png -------------------------------------------------------------------------------- /files/instagram.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/instagram.icns -------------------------------------------------------------------------------- /files/instagram.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/instagram.ico -------------------------------------------------------------------------------- /files/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/instagram.png -------------------------------------------------------------------------------- /files/instapaper.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/instapaper.icns -------------------------------------------------------------------------------- /files/instapaper.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/instapaper.ico -------------------------------------------------------------------------------- /files/instapaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/instapaper.png -------------------------------------------------------------------------------- /files/jira.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/jira.icns -------------------------------------------------------------------------------- /files/jira.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/jira.ico -------------------------------------------------------------------------------- /files/jira.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/jira.png -------------------------------------------------------------------------------- /files/jsfiddle.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/jsfiddle.icns -------------------------------------------------------------------------------- /files/jsfiddle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/jsfiddle.ico -------------------------------------------------------------------------------- /files/jsfiddle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/jsfiddle.png -------------------------------------------------------------------------------- /files/medium.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/medium.icns -------------------------------------------------------------------------------- /files/medium.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/medium.ico -------------------------------------------------------------------------------- /files/medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/medium.png -------------------------------------------------------------------------------- /files/messenger.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/messenger.icns -------------------------------------------------------------------------------- /files/messenger.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/messenger.ico -------------------------------------------------------------------------------- /files/messenger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/messenger.png -------------------------------------------------------------------------------- /files/microsoft-azure.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/microsoft-azure.icns -------------------------------------------------------------------------------- /files/microsoft-azure.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/microsoft-azure.ico -------------------------------------------------------------------------------- /files/microsoft-azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/microsoft-azure.png -------------------------------------------------------------------------------- /files/microsoft-todo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/microsoft-todo.icns -------------------------------------------------------------------------------- /files/microsoft-todo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/microsoft-todo.ico -------------------------------------------------------------------------------- /files/microsoft-todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/microsoft-todo.png -------------------------------------------------------------------------------- /files/netflix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/netflix.icns -------------------------------------------------------------------------------- /files/netflix.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/netflix.ico -------------------------------------------------------------------------------- /files/netflix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/netflix.png -------------------------------------------------------------------------------- /files/nirvanahq.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/nirvanahq.icns -------------------------------------------------------------------------------- /files/nirvanahq.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/nirvanahq.ico -------------------------------------------------------------------------------- /files/nirvanahq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/nirvanahq.png -------------------------------------------------------------------------------- /files/pandora.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pandora.icns -------------------------------------------------------------------------------- /files/pandora.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pandora.ico -------------------------------------------------------------------------------- /files/pandora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pandora.png -------------------------------------------------------------------------------- /files/passwordstate.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/passwordstate.icns -------------------------------------------------------------------------------- /files/passwordstate.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/passwordstate.ico -------------------------------------------------------------------------------- /files/passwordstate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/passwordstate.png -------------------------------------------------------------------------------- /files/pinterest.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pinterest.icns -------------------------------------------------------------------------------- /files/pinterest.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pinterest.ico -------------------------------------------------------------------------------- /files/pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pinterest.png -------------------------------------------------------------------------------- /files/pivotaltracker.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pivotaltracker.icns -------------------------------------------------------------------------------- /files/pivotaltracker.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pivotaltracker.ico -------------------------------------------------------------------------------- /files/pivotaltracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pivotaltracker.png -------------------------------------------------------------------------------- /files/pocket.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pocket.icns -------------------------------------------------------------------------------- /files/pocket.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pocket.ico -------------------------------------------------------------------------------- /files/pocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pocket.png -------------------------------------------------------------------------------- /files/pocketcasts.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pocketcasts.icns -------------------------------------------------------------------------------- /files/pocketcasts.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pocketcasts.ico -------------------------------------------------------------------------------- /files/pocketcasts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/pocketcasts.png -------------------------------------------------------------------------------- /files/producthunt.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/producthunt.icns -------------------------------------------------------------------------------- /files/producthunt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/producthunt.ico -------------------------------------------------------------------------------- /files/producthunt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/producthunt.png -------------------------------------------------------------------------------- /files/quire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/quire.icns -------------------------------------------------------------------------------- /files/quire.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/quire.ico -------------------------------------------------------------------------------- /files/quire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/quire.png -------------------------------------------------------------------------------- /files/rainwave.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/rainwave.icns -------------------------------------------------------------------------------- /files/rainwave.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/rainwave.ico -------------------------------------------------------------------------------- /files/rainwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/rainwave.png -------------------------------------------------------------------------------- /files/reddit.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/reddit.icns -------------------------------------------------------------------------------- /files/reddit.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/reddit.ico -------------------------------------------------------------------------------- /files/reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/reddit.png -------------------------------------------------------------------------------- /files/regexr.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/regexr.icns -------------------------------------------------------------------------------- /files/regexr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/regexr.ico -------------------------------------------------------------------------------- /files/regexr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/regexr.png -------------------------------------------------------------------------------- /files/salesforce.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/salesforce.icns -------------------------------------------------------------------------------- /files/salesforce.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/salesforce.ico -------------------------------------------------------------------------------- /files/salesforce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/salesforce.png -------------------------------------------------------------------------------- /files/schoolloop.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/schoolloop.icns -------------------------------------------------------------------------------- /files/schoolloop.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/schoolloop.ico -------------------------------------------------------------------------------- /files/schoolloop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/schoolloop.png -------------------------------------------------------------------------------- /files/slack.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/slack.icns -------------------------------------------------------------------------------- /files/slack.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/slack.ico -------------------------------------------------------------------------------- /files/slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/slack.png -------------------------------------------------------------------------------- /files/slides.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/slides.icns -------------------------------------------------------------------------------- /files/slides.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/slides.ico -------------------------------------------------------------------------------- /files/slides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/slides.png -------------------------------------------------------------------------------- /files/soundcloud.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/soundcloud.icns -------------------------------------------------------------------------------- /files/soundcloud.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/soundcloud.ico -------------------------------------------------------------------------------- /files/soundcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/soundcloud.png -------------------------------------------------------------------------------- /files/spotify.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/spotify.icns -------------------------------------------------------------------------------- /files/spotify.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/spotify.ico -------------------------------------------------------------------------------- /files/spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/spotify.png -------------------------------------------------------------------------------- /files/tallyfy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/tallyfy.icns -------------------------------------------------------------------------------- /files/tallyfy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/tallyfy.ico -------------------------------------------------------------------------------- /files/tallyfy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/tallyfy.png -------------------------------------------------------------------------------- /files/teamgantt.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/teamgantt.icns -------------------------------------------------------------------------------- /files/teamgantt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/teamgantt.ico -------------------------------------------------------------------------------- /files/teamgantt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/teamgantt.png -------------------------------------------------------------------------------- /files/thelounge.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/thelounge.icns -------------------------------------------------------------------------------- /files/thelounge.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/thelounge.ico -------------------------------------------------------------------------------- /files/thelounge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/thelounge.png -------------------------------------------------------------------------------- /files/todoist.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/todoist.ico -------------------------------------------------------------------------------- /files/todoist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/todoist.png -------------------------------------------------------------------------------- /files/toggl.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/toggl.icns -------------------------------------------------------------------------------- /files/toggl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/toggl.ico -------------------------------------------------------------------------------- /files/toggl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/toggl.png -------------------------------------------------------------------------------- /files/trello.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/trello.icns -------------------------------------------------------------------------------- /files/trello.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/trello.ico -------------------------------------------------------------------------------- /files/trello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/trello.png -------------------------------------------------------------------------------- /files/tumblr.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/tumblr.icns -------------------------------------------------------------------------------- /files/tumblr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/tumblr.ico -------------------------------------------------------------------------------- /files/tumblr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/tumblr.png -------------------------------------------------------------------------------- /files/twitch.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/twitch.icns -------------------------------------------------------------------------------- /files/twitch.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/twitch.ico -------------------------------------------------------------------------------- /files/twitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/twitch.png -------------------------------------------------------------------------------- /files/twitter.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/twitter.icns -------------------------------------------------------------------------------- /files/twitter.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/twitter.ico -------------------------------------------------------------------------------- /files/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/twitter.png -------------------------------------------------------------------------------- /files/untappd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/untappd.icns -------------------------------------------------------------------------------- /files/untappd.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/untappd.ico -------------------------------------------------------------------------------- /files/untappd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/untappd.png -------------------------------------------------------------------------------- /files/waffle.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/waffle.icns -------------------------------------------------------------------------------- /files/waffle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/waffle.ico -------------------------------------------------------------------------------- /files/waffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/waffle.png -------------------------------------------------------------------------------- /files/whatsapp.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/whatsapp.icns -------------------------------------------------------------------------------- /files/whatsapp.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/whatsapp.ico -------------------------------------------------------------------------------- /files/whatsapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/whatsapp.png -------------------------------------------------------------------------------- /files/workflowmax.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/workflowmax.icns -------------------------------------------------------------------------------- /files/workflowmax.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/workflowmax.ico -------------------------------------------------------------------------------- /files/workflowmax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/workflowmax.png -------------------------------------------------------------------------------- /files/workflowy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/workflowy.icns -------------------------------------------------------------------------------- /files/workflowy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/workflowy.ico -------------------------------------------------------------------------------- /files/workflowy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/workflowy.png -------------------------------------------------------------------------------- /files/ycombinator.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ycombinator.icns -------------------------------------------------------------------------------- /files/ycombinator.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ycombinator.ico -------------------------------------------------------------------------------- /files/ycombinator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/ycombinator.png -------------------------------------------------------------------------------- /files/youtube-music.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/youtube-music.icns -------------------------------------------------------------------------------- /files/youtube-music.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/youtube-music.ico -------------------------------------------------------------------------------- /files/youtube-music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/youtube-music.png -------------------------------------------------------------------------------- /files/youtube.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/youtube.icns -------------------------------------------------------------------------------- /files/youtube.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/youtube.ico -------------------------------------------------------------------------------- /files/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nativefier/nativefier-icons/dd755501cade125e23ed3a3bf00c994f5e3b4748/files/youtube.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 |
6 | {% for file in site.data.gitCloud %} 7 | {{file.name}} 8 | {% endfor %} 9 |
10 | --------------------------------------------------------------------------------