From 2c9d801501f24f5b3ed0a732d9e2ac35b238bd24 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 30 Aug 2024 10:08:30 +0200 Subject: [PATCH] change perms, change name and descr for spot --- spot/public/_locales/en/messages.json | 4 ++-- spot/wxt.config.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/spot/public/_locales/en/messages.json b/spot/public/_locales/en/messages.json index 23dd17b86..dea87ff5d 100644 --- a/spot/public/_locales/en/messages.json +++ b/spot/public/_locales/en/messages.json @@ -1,9 +1,9 @@ { "extName": { - "message": "OpenReplay Spot" + "message": "OpenReplay Spot - Record & Report Bugs" }, "extDescription": { - "message": "Spot enables a super-fast way to report bugs, providing engineers with all the context they need to fix them." + "message": "Record bugs directly from your browser, with all the context developers need to fix them." }, "someAppText": { "message": "Some translated text" diff --git a/spot/wxt.config.ts b/spot/wxt.config.ts index b75f3738b..5ff8f92b1 100644 --- a/spot/wxt.config.ts +++ b/spot/wxt.config.ts @@ -32,7 +32,6 @@ export default defineConfig({ "offscreen", "unlimitedStorage", "webRequest", - "identity", ], }, });