UNPKG

crx-hotreload

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).

11 lines (9 loc) 262 B
{ "manifest_version": 2, "name": "Chrome Extension Hot Reloader EXAMPLE", "description": "An example extension which demonstrates hot-reloading", "version": "1.1337.0", "background": { "scripts": ["hot-reload.js"] } }