gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
233 stars 48 forks source link

JSON file with icons #65

Open konstantin24121 opened 9 years ago

konstantin24121 commented 9 years ago

Can add option to create JSON with icons options to add they in HTML. For example

{
        link:{
            rel: apple-touch-icon-precomposed,
            sizes: 76x76, 
            href: /favicons/apple-touch-icon-76x76-precomposed.png
        }
        ..
        meta:{
            name: "msapplication-square70x70logo",
            content; "/favicons/windows-tile-70x70.png"
        }
        meta: {
            name: "mobile-web-app-capable",
            value: "yes"
        }
    }