/home/smartbloks/public_html/new/wp-content/plugins/mailin/sw.js
importScripts("https://cdn.brevo.com/js/sdk-loader.js");
Brevo.push([
    "init",
    {
        client_key: (location.search.match(/[?&]key=([^&]*)/) || [])[1],
    },
]);