├── hn.js ├── icons └── icon.png └── manifest.json /hn.js: -------------------------------------------------------------------------------- 1 | document.body.style.border = "5px solid red"; -------------------------------------------------------------------------------- /icons/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/hn-cron-ext/HEAD/icons/icon.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/hn-cron-ext/HEAD/manifest.json --------------------------------------------------------------------------------