I want to send a variable called "website_hostname" from the content-script to the background script. It contains the hostname of the current website you're on.
Content Script:
var website_hostname = window.location.href;
//Code to send website_hostname
Background Script:
// Get website_hostname