fix: text shadow and chrome manifest

This commit is contained in:
David Ralph 2021-08-20 19:20:59 +01:00
parent 98c857e7ad
commit afcead634b
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ chrome.runtime.setUninstallURL('https://muetab.com/uninstall');
chrome.runtime.onInstalled.addListener((details) => {
if (details.reason === 'install') {
chrome.tabs.create({
url: chromeruntime.getURL('index.html')
url: chrome.runtime.getURL('index.html')
});
}
});

View File

@ -53,6 +53,7 @@ textarea {
margin: 0;
cursor: initial;
user-select: none;
text-shadow: none;
}
p {