We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e107ed + c03e2ba commit f7c7f51Copy full SHA for f7c7f51
.gitignore
@@ -1,5 +1,10 @@
1
+node_modules/
2
+upload/
3
+venv/
4
+
5
+.amo-upload-uuid
6
.env
7
.envrc
-.amo-upload-uuid
8
+package.json
9
+package-lock.json
10
-upload/
manifest.json
@@ -24,5 +24,5 @@
24
"optional_host_permissions": ["https://*/"],
25
"options_page": "options/options.html",
26
"permissions": ["storage", "tabs"],
27
- "version": "1.0.1"
+ "version": "1.0.2"
28
}
0 commit comments