const response = await fetch(`http://text-processing.com/api/sentiment/`, {
method: 'POST',
body: `text=${text}`,
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
},
});
"permissions": ["storage", "tabs", "webNavigation", "activeTab", "webRequest"],