san650/ember-web-app

View on GitHub
node-tests/acceptance/fixtures/dummy/config/manifest.js

Summary

Maintainability
A
1 hr
Test Coverage
/*jshint node:true*/
'use strict';

module.exports = function() {
  return {
    icons: [
      {
        src: 'pio.png'
      },
      {
        src: 'pio.png',
        element: 'square150x150logo',
        targets: ['ms']
      }
    ],

    ms: {
      tileColor: '#FFFFFF'
    }
  };
}