Skip to content

Instantly share code, notes, and snippets.

@epassaro
Created February 11, 2020 19:23
Show Gist options
  • Save epassaro/740ed12034701d6e56d0f4485027960d to your computer and use it in GitHub Desktop.
Save epassaro/740ed12034701d6e56d0f4485027960d to your computer and use it in GitHub Desktop.
Chrome app example JSON file
{
"manifest_version": 2,
"name": "Deezer",
"description": "",
"version": "1.0",
"icons": {
"128": "128.png"
},
"app": {
"urls": [
"https://deezer.com/"
],
"launch": {
"web_url": "https://deezer.com/",
"container": "panel",
"height": 700,
"width": 900
}
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment