clipper: publish v0.3.0

This commit is contained in:
Abdullah Atta
2023-08-08 11:07:22 +05:00
parent adaa5fd56d
commit ed6d125391
4 changed files with 6495 additions and 344 deletions

View File

@@ -16,6 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
const { version } = require("../package.json");
const ICONS = {
16: "16x16.png",
32: "32x32.png",
@@ -38,7 +40,7 @@ const nnHost =
const corsHost = "https://cors.notesnook.com/*";
const common = {
name: "Notesnook Web Clipper",
version: "0.2.2",
version,
description:
"Clip web pages & save interesting things you find on the web directly into Notesnook in a private & secure way.",
permissions: ["activeTab", "tabs", "storage", "notifications"],

File diff suppressed because it is too large Load Diff

View File

@@ -84,6 +84,7 @@
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.6",
"web-ext": "^7.6.2",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"

View File

@@ -428,7 +428,7 @@ export function Main() {
window.close();
}}
>
<Text variant="body">Save clip</Text>
Save clip
</Button>
<Flex