-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Light
authored and
Light
committed
Nov 10, 2021
1 parent
f9faad0
commit 2675b6c
Showing
8 changed files
with
332 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,72 @@ | ||
{ | ||
"name": "free-export-bookmarks", | ||
"description": "A extension project", | ||
"version": "1.4.2", | ||
"author": "pana <new4wang@outlook.com>", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": { | ||
"build-chrome-watch": "vue-cli-service build-watch --mode chrome", | ||
"build-firefox-watch": "vue-cli-service build-watch --mode firefox", | ||
"build-edge-watch": "vue-cli-service build-watch --mode edge", | ||
"build-chrome": "vue-cli-service build --mode chromezip", | ||
"build-firefox": "vue-cli-service build --mode firefoxzip", | ||
"build-edge": "vue-cli-service build --mode edgezip", | ||
"lint": "vue-cli-service lint", | ||
"fix": "eslint --fix 'src/**/*.{js,vue,scss}'", | ||
"format": "prettier --write 'src/**/*.{js,vue,scss}'", | ||
"release": "standard-version" | ||
}, | ||
"lint-staged": { | ||
"src/**/*.{js,vue,scss}": [ | ||
"prettier --write", | ||
"eslint --fix" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"standard-version": { | ||
"scripts": { | ||
"posttag": "npm run build-chrome && npm run build-firefox && npm run build-edge" | ||
} | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.6.5", | ||
"element-ui": "^2.15.6", | ||
"vue": "^2.6.14" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-eslint": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-component": "^1.1.1", | ||
"commitizen": "^4.2.2", | ||
"commitlint": "^11.0.0", | ||
"copy-webpack-plugin": "^6.3.2", | ||
"cz-customizable": "^6.3.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-vue": "^7.0.0-beta.4", | ||
"husky": "^4.3.6", | ||
"lint-staged": "^10.5.3", | ||
"prettier": "^1.19.1", | ||
"sass": "^1.26.5", | ||
"sass-loader": "^8.0.2", | ||
"standard-version": "^9.0.0", | ||
"vue-cli-plugin-chrome-ext": "~0.0.5", | ||
"vue-template-compiler": "^2.6.14", | ||
"zip-webpack-plugin": "^4.0.1" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-customizable" | ||
} | ||
} | ||
} | ||
{ | ||
"name": "free-export-bookmarks", | ||
"description": "A extension project", | ||
"version": "1.4.3", | ||
"author": "pana <new4wang@outlook.com>", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": { | ||
"build-chrome-watch": "vue-cli-service build-watch --mode chrome", | ||
"build-firefox-watch": "vue-cli-service build-watch --mode firefox", | ||
"build-edge-watch": "vue-cli-service build-watch --mode edge", | ||
"build-chrome": "vue-cli-service build --mode chromezip", | ||
"build-firefox": "vue-cli-service build --mode firefoxzip", | ||
"build-edge": "vue-cli-service build --mode edgezip", | ||
"lint": "vue-cli-service lint", | ||
"fix": "eslint --fix 'src/**/*.{js,vue,scss}'", | ||
"format": "prettier --write 'src/**/*.{js,vue,scss}'", | ||
"release": "standard-version" | ||
}, | ||
"lint-staged": { | ||
"src/**/*.{js,vue,scss}": [ | ||
"prettier --write", | ||
"eslint --fix" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"standard-version": { | ||
"scripts": { | ||
"posttag": "npm run build-chrome && npm run build-firefox && npm run build-edge" | ||
} | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.6.5", | ||
"element-ui": "^2.15.6", | ||
"vue": "^2.6.14" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-eslint": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-component": "^1.1.1", | ||
"commitizen": "^4.2.2", | ||
"commitlint": "^11.0.0", | ||
"copy-webpack-plugin": "^6.3.2", | ||
"cz-customizable": "^6.3.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-vue": "^7.0.0-beta.4", | ||
"husky": "^4.3.6", | ||
"lint-staged": "^10.5.3", | ||
"prettier": "^1.19.1", | ||
"sass": "^1.26.5", | ||
"sass-loader": "^8.0.2", | ||
"standard-version": "^9.0.0", | ||
"vue-cli-plugin-chrome-ext": "~0.0.5", | ||
"vue-template-compiler": "^2.6.14", | ||
"zip-webpack-plugin": "^4.0.1" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-customizable" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
{ | ||
"manifest_version": 2, | ||
"name": "__MSG_extensionName__ (Dev)", | ||
"description": "__MSG_extensionDescription__", | ||
"version": "1.4.2", | ||
"author": "pana", | ||
"homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", | ||
"default_locale": "en", | ||
"icons": { | ||
"16": "icons/app/icon-16.png", | ||
"19": "icons/app/icon-19.png", | ||
"24": "icons/app/icon-24.png", | ||
"32": "icons/app/icon-32.png", | ||
"48": "icons/app/icon-48.png", | ||
"64": "icons/app/icon-64.png", | ||
"96": "icons/app/icon-96.png", | ||
"128": "icons/app/icon-128.png" | ||
}, | ||
"background": { | ||
"page": "background.html", | ||
"persistent": false | ||
}, | ||
"browser_action": { | ||
"default_icon": { | ||
"16": "icons/app/icon-16.png", | ||
"19": "icons/app/icon-19.png", | ||
"24": "icons/app/icon-24.png", | ||
"32": "icons/app/icon-32.png", | ||
"48": "icons/app/icon-48.png", | ||
"64": "icons/app/icon-64.png", | ||
"96": "icons/app/icon-96.png", | ||
"128": "icons/app/icon-128.png" | ||
}, | ||
"default_title": "__MSG_extensionName__ (Dev)\n__MSG_extensionTip__" | ||
}, | ||
"permissions": [ | ||
"bookmarks", | ||
"storage", | ||
"chrome://favicon/*" | ||
], | ||
"content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src * data: chrome:; connect-src * blob:; object-src 'none';" | ||
} | ||
{ | ||
"manifest_version": 2, | ||
"name": "__MSG_extensionName__ (Dev)", | ||
"description": "__MSG_extensionDescription__", | ||
"version": "1.4.3", | ||
"author": "pana", | ||
"homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", | ||
"default_locale": "en", | ||
"icons": { | ||
"16": "icons/app/icon-16.png", | ||
"19": "icons/app/icon-19.png", | ||
"24": "icons/app/icon-24.png", | ||
"32": "icons/app/icon-32.png", | ||
"48": "icons/app/icon-48.png", | ||
"64": "icons/app/icon-64.png", | ||
"96": "icons/app/icon-96.png", | ||
"128": "icons/app/icon-128.png" | ||
}, | ||
"background": { | ||
"page": "background.html", | ||
"persistent": false | ||
}, | ||
"browser_action": { | ||
"default_icon": { | ||
"16": "icons/app/icon-16.png", | ||
"19": "icons/app/icon-19.png", | ||
"24": "icons/app/icon-24.png", | ||
"32": "icons/app/icon-32.png", | ||
"48": "icons/app/icon-48.png", | ||
"64": "icons/app/icon-64.png", | ||
"96": "icons/app/icon-96.png", | ||
"128": "icons/app/icon-128.png" | ||
}, | ||
"default_title": "__MSG_extensionName__ (Dev)\n__MSG_extensionTip__" | ||
}, | ||
"permissions": [ | ||
"bookmarks", | ||
"storage", | ||
"chrome://favicon/*" | ||
], | ||
"content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src * data: chrome:; connect-src * blob:; object-src 'none';" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
{ | ||
"manifest_version": 2, | ||
"name": "__MSG_extensionName__", | ||
"description": "__MSG_extensionDescription__", | ||
"version": "1.4.2", | ||
"author": "pana", | ||
"homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", | ||
"default_locale": "en", | ||
"icons": { | ||
"16": "icons/app/icon-16.png", | ||
"19": "icons/app/icon-19.png", | ||
"24": "icons/app/icon-24.png", | ||
"32": "icons/app/icon-32.png", | ||
"48": "icons/app/icon-48.png", | ||
"64": "icons/app/icon-64.png", | ||
"96": "icons/app/icon-96.png", | ||
"128": "icons/app/icon-128.png" | ||
}, | ||
"background": { | ||
"page": "background.html", | ||
"persistent": false | ||
}, | ||
"browser_action": { | ||
"default_icon": { | ||
"16": "icons/app/icon-16.png", | ||
"19": "icons/app/icon-19.png", | ||
"24": "icons/app/icon-24.png", | ||
"32": "icons/app/icon-32.png", | ||
"48": "icons/app/icon-48.png", | ||
"64": "icons/app/icon-64.png", | ||
"96": "icons/app/icon-96.png", | ||
"128": "icons/app/icon-128.png" | ||
}, | ||
"default_title": "__MSG_extensionName__\n__MSG_extensionTip__" | ||
}, | ||
"permissions": [ | ||
"bookmarks", | ||
"storage", | ||
"chrome://favicon/*" | ||
], | ||
"content_security_policy": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: chrome:; connect-src * blob:; object-src 'none';", | ||
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0upo8Ezr2Eqq/E82nd93iHGwt/Dqh6Pr51EncxgJiWXeESiKltG/SChAQL9l2+ymp9eDAJgIXYsq23vGk6jPWa1+hKNdDX212OH02FSAJhNvlUFJu/2zVdXchi3XnPRq7IsEZnR1gO9BPDa58Vl18KBKT+MPN+KDRNTUXVDqx4MyB0zaDXOsqFrhYYAGUxc2LkhgSedyT6UYh3efdEe/Ebtaia1GO/bgVHj5pcUotHSiZvfLEnXPoyoXTbzaoe7hTAjAuZ+ixng6oVdNRRBfOgQb2IiqDnxkLzJKHQL190UUgLY0mzAdWmu0GanyyAST/8DYuVZWPQzJ8vDSiMTnJwIDAQAB" | ||
} | ||
{ | ||
"manifest_version": 2, | ||
"name": "__MSG_extensionName__", | ||
"description": "__MSG_extensionDescription__", | ||
"version": "1.4.3", | ||
"author": "pana", | ||
"homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", | ||
"default_locale": "en", | ||
"icons": { | ||
"16": "icons/app/icon-16.png", | ||
"19": "icons/app/icon-19.png", | ||
"24": "icons/app/icon-24.png", | ||
"32": "icons/app/icon-32.png", | ||
"48": "icons/app/icon-48.png", | ||
"64": "icons/app/icon-64.png", | ||
"96": "icons/app/icon-96.png", | ||
"128": "icons/app/icon-128.png" | ||
}, | ||
"background": { | ||
"page": "background.html", | ||
"persistent": false | ||
}, | ||
"browser_action": { | ||
"default_icon": { | ||
"16": "icons/app/icon-16.png", | ||
"19": "icons/app/icon-19.png", | ||
"24": "icons/app/icon-24.png", | ||
"32": "icons/app/icon-32.png", | ||
"48": "icons/app/icon-48.png", | ||
"64": "icons/app/icon-64.png", | ||
"96": "icons/app/icon-96.png", | ||
"128": "icons/app/icon-128.png" | ||
}, | ||
"default_title": "__MSG_extensionName__\n__MSG_extensionTip__" | ||
}, | ||
"permissions": [ | ||
"bookmarks", | ||
"storage", | ||
"chrome://favicon/*" | ||
], | ||
"content_security_policy": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: chrome:; connect-src * blob:; object-src 'none';", | ||
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0upo8Ezr2Eqq/E82nd93iHGwt/Dqh6Pr51EncxgJiWXeESiKltG/SChAQL9l2+ymp9eDAJgIXYsq23vGk6jPWa1+hKNdDX212OH02FSAJhNvlUFJu/2zVdXchi3XnPRq7IsEZnR1gO9BPDa58Vl18KBKT+MPN+KDRNTUXVDqx4MyB0zaDXOsqFrhYYAGUxc2LkhgSedyT6UYh3efdEe/Ebtaia1GO/bgVHj5pcUotHSiZvfLEnXPoyoXTbzaoe7hTAjAuZ+ixng6oVdNRRBfOgQb2IiqDnxkLzJKHQL190UUgLY0mzAdWmu0GanyyAST/8DYuVZWPQzJ8vDSiMTnJwIDAQAB" | ||
} |
Oops, something went wrong.