diff --git a/public/manifest.json b/public/manifest.json index 1fe35bd..68c078e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Qortal", - "version": "2.3.2", + "version": "2.3.3", "icons": { "16": "qort.png", "32": "qort.png", diff --git a/src/ExtStates/NotAuthenticated.tsx b/src/ExtStates/NotAuthenticated.tsx index 0f0f4bf..ba47bc5 100644 --- a/src/ExtStates/NotAuthenticated.tsx +++ b/src/ExtStates/NotAuthenticated.tsx @@ -27,9 +27,8 @@ import { cleanUrl, gateways, isUsingLocal } from "../background"; import { GlobalContext } from "../App"; import Tooltip, { TooltipProps, tooltipClasses } from '@mui/material/Tooltip'; -const manifestData = { - version: "0.5.2", -}; +const manifestData = chrome?.runtime?.getManifest(); + export const HtmlTooltip = styled(({ className, ...props }: TooltipProps) => (