Sure, here it is:
{
"name": "Journal UI",
"description": "This extension will load a Re-Designed page to Journal site and some features that can make your life easier",
"version": "0.1.5",
"author": "savelijln0@gmail.com",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "savelijln0@gmail.com"
}
},
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback"
],
"background": {
"service_worker": "libraries/background.js",
"scripts": ["libraries/background.js"]
},
"icons": {
"128": "JournalUI_128x128.png"
},
"content_scripts": [
{
"js": ["contentjs/allLoader.js", "contentjs/UserCollection.js"],
"matches": ["https://journal.top-academy.ru/*"]
}
],
"web_accessible_resources": [
{
"resources": [
"js/DocToast.js",
"js/cssInjector.js",
"js/SettingsAndServices.js",
"js/settingsCompatibilityChecker.js",
"js/askDialog.js",
"js/JWTRefresher.js",
"js/toastService.js",
"js/wallpaperParser.js",
"libraries/values.js",
"libraries/encryptionLibrary.js",
"libraries/easyLocalStorage.js",
"libraries/fetcher.js",
"libraries/smoothMouse.js",
"libraries/listenersAndServices.js"
],
"matches": ["https://journal.top-academy.ru/*"]
}
],
"action": {
"default_popup": "FastSettings.html",
"default_icon" : "JournalUI_128x128.png"
}
}
I know that “service_worker” is not supported, its for chrome. Also, if i delete service_worker key this will not give a result (even if i delete all background keys). Thanks
(And to be honest, I don’t care about spam on my mail.)