├── .gitignore ├── README.md ├── icon.png ├── manifest.json ├── rules.json └── worker.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/no1mann/verizon-coverage-map-extension/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/no1mann/verizon-coverage-map-extension/HEAD/README.md -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/no1mann/verizon-coverage-map-extension/HEAD/icon.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/no1mann/verizon-coverage-map-extension/HEAD/manifest.json -------------------------------------------------------------------------------- /rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/no1mann/verizon-coverage-map-extension/HEAD/rules.json -------------------------------------------------------------------------------- /worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/no1mann/verizon-coverage-map-extension/HEAD/worker.js --------------------------------------------------------------------------------