├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── background.js ├── docs ├── macademy-logo.png └── magento-csp-whitelist-generator.png ├── icons ├── icon128.png ├── icon16.png ├── icon48.png └── icon512.png ├── manifest.json ├── popup.html └── popup.js /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/README.md -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/background.js -------------------------------------------------------------------------------- /docs/macademy-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/docs/macademy-logo.png -------------------------------------------------------------------------------- /docs/magento-csp-whitelist-generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/docs/magento-csp-whitelist-generator.png -------------------------------------------------------------------------------- /icons/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/icons/icon128.png -------------------------------------------------------------------------------- /icons/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/icons/icon16.png -------------------------------------------------------------------------------- /icons/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/icons/icon48.png -------------------------------------------------------------------------------- /icons/icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/icons/icon512.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macademy/magento-csp-whitelist-generator/HEAD/popup.js --------------------------------------------------------------------------------