mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
clipper: publish v0.3.0
This commit is contained in:
@@ -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"],
|
||||
|
||||
6832
extensions/web-clipper/package-lock.json
generated
6832
extensions/web-clipper/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
@@ -428,7 +428,7 @@ export function Main() {
|
||||
window.close();
|
||||
}}
|
||||
>
|
||||
<Text variant="body">Save clip</Text>
|
||||
Save clip
|
||||
</Button>
|
||||
|
||||
<Flex
|
||||
|
||||
Reference in New Issue
Block a user