@rmeinl/crx-hotreload-no-page-refresh
Version:
Watches for file changes in your Chrome extension's directory. When a change is detected, it reloads the extension and refreshes the active tab (to re-trigger the updated scripts).
37 lines (36 loc) • 1.06 kB
JSON
{
"name": "@rmeinl/crx-hotreload-no-page-refresh",
"version": "1.0.0",
"description": "Watches for file changes in your Chrome extension's directory. When a change is detected, it reloads the extension and refreshes the active tab (to re-trigger the updated scripts).",
"main": "hot-reload.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmeinl/crx-hotreload-no-page-refresh.git"
},
"keywords": [
"chrome",
"extension",
"plugin",
"chrome extension",
"chrome plugin",
"hot reload",
"automatic reload",
"restart on code change",
"file monitor",
"watchdog",
"watch",
"reload",
"hot",
"crx",
"crx-hotreload"
],
"author": "Rico Meinl <rmeinl97@gmail.com> (https://github.com/rmeinl)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/rmeinl/crx-hotreload-no-page-refresh/issues"
},
"homepage": "https://github.com/rmeinl/crx-hotreload-no-page-refresh#readme"
}