1.0.1 • Published 6 years ago

mobilemeta v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Fork Modified Usage

npm install mobilemeta
import MobileMeta from 'mobilemeta'
new MobileMeta({}) // the same below
/*==/
	Home Screen Icons
/==*/
icons : {
	iPad : 'path_to/icon_72x72.png',      //<- For iPad
	iPadR : 'path_to/icon_144x144.png',   //<- For iPad Retina
	iPhone : 'path_to/icon_57x57.png',    //<- For iPhone , Android 2.1+
	iPhoneR : 'path_to/icon_114x114.png', //<- For iPhone Retina
	default : 'path_to/icon.png'          //<- For other and old browsers
},

/*==/
	Web App
/==*/
webApp : {
	//iOS Status Bar - 'default', 'black' or 'black-translucent'
	statusBar : 'black-translucent',

	//Startup screen image
	startup : {
		iPad_L :  'path_to/startup_1024x748.png',  //<- For iPad in Lanscape orientation
		iPad_P :  'path_to/startup_768x1004.png',  //<- For iPad in Portrait orientation
		iPadR_L : 'path_to/startup_1496x2048.png', //<- For iPad Retina in Lanscape orientation
		iPadR_P : 'path_to/startup_1536x2008.png', //<- For iPad Retina in Portrait orientation
		iPhone :  'path_to/startup_320x460.png',   //<- For iPhone, only in Portrait orientation
		iPhoneR : 'path_to/startup_640x920.png'    //<- For iPhone Retina, only in Portrait orientation
	}
}

});

1.0.1

6 years ago

1.0.0

6 years ago