This extension for Harmony POS system to connect Customer display
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"minimum_chrome_version": "33",
"manifest_version": 2,
"name": "Harmony POS",
"version": "0.8.3",
"icons": {
"128": "images/icon.png"
},
"description": "This extension for Harmony POS system to connect Customer display",
"offline_enabled": true,
"externally_connectable": {
"matches": [
"*://cloud.harmonyict.com/*"
]
},
"permissions": [
"serial"
],
"app": {
"background": {
"scripts": [
"js/background.js"
]
}
}
}