Livereload for mimosa web framework server (http://mimosa.io)
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",
"manifest_version": 2,
"name": "mimosa-livereload",
"version": "0.0.1",
"author": "Ivan Fraixedes <[email protected]> (http://ivan.fraixed.es)",
"description": "Livereload for mimosa web framework server (http://mimosa.io)",
"icons": {
"16": "img/flame-from-logo-16.png",
"48": "img/flame-from-logo-48.png",
"128": "img/mimosa-logo-128.png"
},
"browser_action": {
"default_icon": {
"19": "img/flame-from-logo-19-bw.png",
"38": "img/flame-from-logo-38-bw.png"
},
"default_title": "Mimosa auto-reload"
},
"permissions": [],
"background": {
"scripts": [
"scripts/socket.io.js",
"scripts/live-reload.js",
"scripts/switcher.js"
]
}
}