llm-slop-detector 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.1](https://github.com/mandakan/llm-slop-detector/compare/llm-slop-detector-v0.8.0...llm-slop-detector-v0.8.1) (2026-04-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * AMO validation (data_collection_permissions + innerHTML refactor) ([#78](https://github.com/mandakan/llm-slop-detector/issues/78)) ([a368949](https://github.com/mandakan/llm-slop-detector/commit/a368949d9fb40ee0909b60a03bdbf92d4eebf184))
9
+ * Chrome Web Store submission (description length + single-purpose doc) ([#76](https://github.com/mandakan/llm-slop-detector/issues/76)) ([950aa04](https://github.com/mandakan/llm-slop-detector/commit/950aa0463a5b37a415b52efbfb2489ccf6319628))
10
+
3
11
  ## [0.8.0](https://github.com/mandakan/llm-slop-detector/compare/llm-slop-detector-v0.7.0...llm-slop-detector-v0.8.0) (2026-04-24)
4
12
 
5
13
 
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "LLM Slop Detector",
4
- "version": "0.8.0",
5
- "description": "Highlights invisible Unicode, AI-style punctuation, and telltale LLM phrases as you type in any textarea on the web. Runs entirely in your browser.",
4
+ "version": "0.8.1",
5
+ "description": "Flags invisible Unicode, AI-style punctuation, and telltale LLM phrases as you type -- or in any page you're reading. Local only.",
6
6
  "permissions": [
7
7
  "storage"
8
8
  ],
@@ -47,7 +47,12 @@
47
47
  "browser_specific_settings": {
48
48
  "gecko": {
49
49
  "id": "llm-slop-detector@thias.se",
50
- "strict_min_version": "128.0"
50
+ "strict_min_version": "128.0",
51
+ "data_collection_permissions": {
52
+ "required": [
53
+ "none"
54
+ ]
55
+ }
51
56
  }
52
57
  }
53
58
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "llm-slop-detector",
3
3
  "displayName": "LLM Slop Detector",
4
4
  "description": "Highlights invisible Unicode, AI-style punctuation, and telltale LLM phrases in markdown and plain text.",
5
- "version": "0.8.0",
5
+ "version": "0.8.1",
6
6
  "publisher": "thias-se",
7
7
  "engines": {
8
8
  "vscode": "^1.95.0"