Удалены лишние разрешения расширения

This commit is contained in:
2024-07-28 17:23:09 +03:00
parent c176e57ccf
commit b338074ce4
2 changed files with 1 additions and 3 deletions

View File

@ -25,8 +25,6 @@
"default_locale": "en",
"incognito": "not_allowed",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"storage": {

View File

@ -1,6 +1,6 @@
const locales = {
playing_now_title: {
en: 'Playing Now',
en: 'Now Playing',
ru: 'Сейчас играет',
},
}