From b338074ce4eee03e5d6a2d4ee623b44ec89030cd Mon Sep 17 00:00:00 2001 From: "Gleb O. Ivaniczkij" Date: Sun, 28 Jul 2024 17:23:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D1=80=D0=B0=D0=B7=D1=80?= =?UTF-8?q?=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=80=D0=B0=D1=81=D1=88?= =?UTF-8?q?=D0=B8=D1=80=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension/manifest.json | 2 -- server/static/scripts/main.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index ab60b77..c3b3ffc 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -25,8 +25,6 @@ "default_locale": "en", "incognito": "not_allowed", "permissions": [ - "activeTab", - "scripting", "storage" ], "storage": { diff --git a/server/static/scripts/main.js b/server/static/scripts/main.js index ed5665d..88e9743 100644 --- a/server/static/scripts/main.js +++ b/server/static/scripts/main.js @@ -1,6 +1,6 @@ const locales = { playing_now_title: { - en: 'Playing Now', + en: 'Now Playing', ru: 'Сейчас играет', }, }