Create a Chrome App for your Website

[code lang=”js”]

{

“manifest_version”: 2,

“name”: “Sysadmin Blog App”,

“short_name”: “Max of 12 characters”,

“description”: “Your website description in 132 characters or less.”,

“version”: “1.1”,

“icons”: {

“128”: “icon.png”

},

“app”: {

“urls”: [

http://www.sysads.co.uk/"

],

“launch”: {

“web_url”: “http://www.sysads.co.uk/"

}

},

“permissions”: [

“unlimitedStorage”,

“notifications”

]

}

[/code]

 Share!

 
comments powered by Disqus