dhxmvp
Version:
A complete boilerplate for building online, offline and syncable MVP Single Page Applications using DHTMLX.
21 lines • 555 B
JSON
{
"manifest_version": 2,
"name": "dhxMVP app demo - tab version",
"description": "Chrome Application to provide quick access to dhMVP demo app",
"version": "1.0",
"background": {
"scripts": [
"google_app_backgound.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": { "16": "icon-16.png", "128": "icon-128.png" },
"browser_action": {
"default_title": "",
"default_icon": "icon-16.png"
},
"permissions": [
"http://*/*",
"https://*/*"
]
}