We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335d989 commit 23d3180Copy full SHA for 23d3180
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "awps",
3
- "version": "1.5.2",
+ "version": "1.5.3",
4
"description": "awps",
5
"main": "index.js",
6
"repository": {
src/manifest.json
"name": "__MSG_extName__",
"manifest_version": 3,
"description": "__MSG_extDescription__",
"homepage_url": "https://zerowp.com/code-formatter",
@@ -15,8 +15,7 @@
15
},
16
"permissions": [
17
"scripting",
18
- "tabs",
19
- "clipboardWrite"
+ "tabs"
20
],
21
"host_permissions": [
22
"http://*/*",
0 commit comments