diff --git a/dist/extension/manifest.json b/dist/extension/manifest.json index 2c7938219f..45461ced68 100644 --- a/dist/extension/manifest.json +++ b/dist/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Anytype Web Clipper", - "description": "Save web content to the Anytype application. Anytype is an open, encrypted, and local-first application that connects everything as objects.", + "description": "Save web content to the Anytype — open, encrypted, and local-first application that connects everything as objects.", "version": "0.0.3", "icons": { "16": "img/icon16x16.png", diff --git a/extension/popup/index.tsx b/extension/popup/index.tsx index 5a748c6e61..74a15c7c21 100644 --- a/extension/popup/index.tsx +++ b/extension/popup/index.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { observer } from 'mobx-react'; import { Label, Button, Error } from 'Component'; -import { I, C, UtilRouter, Storage, analytics } from 'Lib'; +import { I, C, UtilRouter, Storage } from 'Lib'; import { extensionStore } from 'Store'; import Url from 'json/url.json'; @@ -60,6 +60,8 @@ const Index = observer(class Index extends React.Component