[
  {
    "path": ".gitignore",
    "content": ".DS_Store"
  },
  {
    "path": ".travis.yml",
    "content": "language: generic\ndist: trusty\nos: linux\n\nbefore_script:\n  - xmllint --version\n\nscript:\n  - xmllint --noout img/*.svg\n\nbranches:\n  only:\n    - master\n\ngit:\n  depth: 10\n\nsudo: false\n\naddons:\n  apt:\n    packages:\n    # Necessary to get xmllint available\n    - libxml2-utils\n"
  },
  {
    "path": "_config.yml",
    "content": "theme: jekyll-theme-tactile"
  },
  {
    "path": "all.html",
    "content": "\n<!doctype html><html><head>\n<title>google-play-badge-svg</title>\n<!--[if lt IE 9]>\n<script src='//html5shiv.googlecode.com/svn/trunk/html5.js'></script>\n<![endif]-->\n</head><body>\n<img src='img/af_get.svg' />\n<img src='img/am_get.svg' />\n<img src='img/ar_get.svg' />\n<img src='img/az_get.svg' />\n<img src='img/be_get.svg' />\n<img src='img/bg_get.svg' />\n<img src='img/bn_get.svg' />\n<img src='img/bs_get.svg' />\n<img src='img/ca_get.svg' />\n<img src='img/cr_get.svg' />\n<img src='img/cs_get.svg' />\n<img src='img/da_get.svg' />\n<img src='img/de_get.svg' />\n<img src='img/el_get.svg' />\n<img src='img/en_get.svg' />\n<img src='img/es-419_get.svg' />\n<img src='img/es_get.svg' />\n<img src='img/et_get.svg' />\n<img src='img/eu_get.svg' />\n<img src='img/fa_get.svg' />\n<img src='img/fi_get.svg' />\n<img src='img/fil_get.svg' />\n<img src='img/fr-ca_get.svg' />\n<img src='img/fr_get.svg' />\n<img src='img/gl_get.svg' />\n<img src='img/gu_get.svg' />\n<img src='img/hi_get.svg' />\n<img src='img/hr_get.svg' />\n<img src='img/hu_get.svg' />\n<img src='img/hy_get.svg' />\n<img src='img/id_get.svg' />\n<img src='img/is_get.svg' />\n<img src='img/it_get.svg' />\n<img src='img/iw_get.svg' />\n<img src='img/ja_get.svg' />\n<img src='img/ka_get.svg' />\n<img src='img/kk_get.svg' />\n<img src='img/km_get.svg' />\n<img src='img/kn_get.svg' />\n<img src='img/ko_get.svg' />\n<img src='img/ky_get.svg' />\n<img src='img/lo_get.svg' />\n<img src='img/lt_get.svg' />\n<img src='img/lv_get.svg' />\n<img src='img/mk_get.svg' />\n<img src='img/ml_get.svg' />\n<img src='img/mn_get.svg' />\n<img src='img/mr_get.svg' />\n<img src='img/ms_get.svg' />\n<img src='img/my_get.svg' />\n<img src='img/ne_get.svg' />\n<img src='img/nl_get.svg' />\n<img src='img/no_get.svg' />\n<img src='img/pa_get.svg' />\n<img src='img/pl_get.svg' />\n<img src='img/pt-br_get.svg' />\n<img src='img/pt_get.svg' />\n<img src='img/ro_get.svg' />\n<img src='img/ru_get.svg' />\n<img src='img/si_get.svg' />\n<img src='img/sk_get.svg' />\n<img src='img/sl_get.svg' />\n<img src='img/sq_get.svg' />\n<img src='img/sr_get.svg' />\n<img src='img/sv_get.svg' />\n<img src='img/sw_get.svg' />\n<img src='img/ta_get.svg' />\n<img src='img/te_get.svg' />\n<img src='img/th_get.svg' />\n<img src='img/tr_get.svg' />\n<img src='img/ua_get.svg' />\n<img src='img/ur_get.svg' />\n<img src='img/uz_get.svg' />\n<img src='img/vi_get.svg' />\n<img src='img/zh-cn_get.svg' />\n<img src='img/zh-hk_get.svg' />\n<img src='img/zh-tw_get.svg' />\n<img src='img/zu_get.svg' />\n<script src='javascripts/scale.fix.js'></script></body></html>\n"
  },
  {
    "path": "gen_all_html.sh",
    "content": "#!/bin/sh\n\nOUTPUT_FILE=\"all.html\"\n\necho \"\" > ${OUTPUT_FILE}\n\necho \"<!doctype html><html><head>\" >> ${OUTPUT_FILE}\necho \"<title>google-play-badge-svg</title>\" >> ${OUTPUT_FILE}\necho \"<!--[if lt IE 9]>\" >> ${OUTPUT_FILE}\necho \"<script src='//html5shiv.googlecode.com/svn/trunk/html5.js'></script>\" >> ${OUTPUT_FILE}\necho \"<![endif]-->\" >> ${OUTPUT_FILE}\necho \"</head><body>\" >> ${OUTPUT_FILE}\n\nfor f in ./img/*.svg\n\tdo\n\t\techo \"<img src='img/${f##*/}' />\" >> ${OUTPUT_FILE}\ndone\n\necho \"<script src='javascripts/scale.fix.js'></script></body></html>\" >> ${OUTPUT_FILE}\n"
  },
  {
    "path": "license.md",
    "content": "# The MIT License (MIT)\n\nCopyright (c) 2016 Steve Richey\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "readme.md",
    "content": "<p>\n    <h1 align=\"center\">\n        <a href=\"//steverichey.github.io/google-play-badge-svg\">\n            google-play-badge-svg\n        </a>\n    </h1>\n</p>\n\n<p align=\"center\">\n    <a href=\"https://travis-ci.org/steverichey/google-play-badge-svg\">\n        <img src=\"https://travis-ci.org/steverichey/google-play-badge-svg.svg?branch=master\" alt=\"Build status\">\n    </a>\n    <a href=\"./license.md\">\n        <img src=\"https://img.shields.io/badge/License-MIT-lightgrey.svg\" alt=\"License: MIT\">\n    </a>\n</p>\n\n<p align=\"center\">\n    <a href=\"#about\">About</a>\n  • <a href=\"#usage\">Usage</a>\n  • <a href=\"#available-badges\">Available badges</a>\n  • <a href=\"#notes\">Notes</a>\n  • <a href=\"#license\">License</a>\n</p>\n\nHosting for localized versions of Google Play™ badges in SVG format.\n\n## About\n\nIt's possible to use [Apple's linkmaker](https://linkmaker.itunes.apple.com/us/) service to generate localized \"Download on the App Store\" SVG badges for your application. However, no similar service exists for Google's \"Get it on Google Play\" badges. This repository serves as hosting for Google's badges in SVG format.\n\n## Usage\n\nYou should probably use a service like [RawGit](https://rawgit.com/) if you're going to use these images for anything much more than development. Just grab the URL of the file you want and pop it in here. Here's an image from this repo served up via RawGit.\n\n<p align=\"center\">\n<img src=\"https://cdn.rawgit.com/steverichey/google-play-badge-svg/master/img/fr_get.svg\" width=\"50%\">\n</p>\n\nIt's that easy! With a little JavaScript to check for locale (check `navigator.language || navigator.browserLanguage`) you can then load language-specific versions of the badge. I'd like to make this easier by making this available as a Node module, so keep an eye on this space if that sounds cool.\n\nLet me know if you have any questions, suggestions, or comments!\n\n## Available badges\n\nTo view the list of available badges, please see [this folder](https://github.com/steverichey/google-play-badge-svg/tree/master/img) or view all of the images in one place [here](http://steverichey.github.io/google-play-badge-svg/all.html). If I've made an error somewhere or you'd like an additional language added, please [open an issue](https://github.com/steverichey/google-play-badge-svg/issues).\n\n## Notes\n\nBadges are labeled according to how Google sorts them, which is mostly using [ISO 639-1](http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) codes. For some languages with multiple dialects the sorting is a little different.\n\nAll SVGs use outlined text instead of embedded fonts.\n\nInclusion or omission of any language or dialect should not be misconstrued as support for any particular nationality, country, ideology, race, or similar. If there's a language in here, it's just because Google had it available or someone added it themselves. If a language is missing, it's just because Google did not have it available or I had issues with their file.\n\n## License\n\nUnless covered under some other license, all content in this repository is shared under an MIT license. See [license.md](./license.md) for details.\n\nGoogle Play and the Google Play logo are trademarks of Google Inc. Be sure to read the [Branding Guidelines](https://developer.android.com/distribute/tools/promote/brand.html) and contact Google via the [Android and Google Play Brand Permissions Inquiry form](https://support.google.com/googleplay/contact/brand_developer) if you have any questions. SVGs in this repository were generated from files provided by Google [here](https://play.google.com/intl/en_us/badges/) and they have all the copyrights and trademarks and whatevs.\n"
  }
]