Skip to content

Commit 5c09803

Browse files
author
SentienceDev
committed
resolved merge conflicts6
2 parents 03e0f94 + 5fe212c commit 5c09803

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

latest_release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"state": "uploaded",
6868
"size": 72250,
6969
"digest": "sha256:adb68bd89b417f23f32c029c6cf045cc3677588e6a7760b7c8d0deb7e2601dd1",
70-
"download_count": 4,
70+
"download_count": 7,
7171
"created_at": "2026-01-06T03:16:44Z",
7272
"updated_at": "2026-01-06T03:16:45Z",
7373
"browser_download_url": "https://github.com/SentienceAPI/Sentience-Geometry-Chrome-Extension/releases/download/v2.2.0/extension-files.tar.gz"

sentience/extension/background.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Sentience Chrome Extension - Background Service Worker
2-
// Auto-generated from modular source
3-
import init, { analyze_page_with_options, analyze_page, prune_for_api } from '../pkg/sentience_core.js';
1+
import init, { analyze_page_with_options, analyze_page, prune_for_api } from "../pkg/sentience_core.js";
42

53
// background.js - Service Worker with WASM (CSP-Immune!)
64
// This runs in an isolated environment, completely immune to page CSP policies

sentience/extension/release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"state": "uploaded",
6868
"size": 72250,
6969
"digest": "sha256:adb68bd89b417f23f32c029c6cf045cc3677588e6a7760b7c8d0deb7e2601dd1",
70-
"download_count": 4,
70+
"download_count": 7,
7171
"created_at": "2026-01-06T03:16:44Z",
7272
"updated_at": "2026-01-06T03:16:45Z",
7373
"browser_download_url": "https://github.com/SentienceAPI/Sentience-Geometry-Chrome-Extension/releases/download/v2.2.0/extension-files.tar.gz"

0 commit comments

Comments
 (0)