1
0
forked from icd/rentgen

14 Commits

Author SHA1 Message Date
34cec21992 feat(verify): enhanced Marionette verification with bidirectional communication
Implemented undeniable proof that extension is actively executing:
- Added content script that communicates with background script
- Background script performs verifiable computation (value*2)+3
- Marionette test dispatches event, verifies round-trip communication
- Results stored in DOM attributes (no console.log dependency)
- Mathematical proof ensures extension code is actually running

Test verifies:
1. Content script injection and event listening
2. Message passing from content to background script
3. Background script computation and response
4. Full bidirectional communication chain

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 09:21:18 +01:00
ea59a506f8 Problem: nieznany cel. Fixes #68 #97 2022-08-13 22:42:50 +02:00
388f512a1e Podmiana linku do addona 2022-07-14 22:43:46 +02:00
8a93cf5463 Fix mozilla linter problems 2022-07-09 16:41:22 +02:00
Arkadiusz Wieczorek
f44daf4909 Cleanup 2022-07-09 10:53:20 +02:00
Arkadiusz Wieczorek
7cf70b0b0c Update report-window styles 2022-04-25 20:02:20 +02:00
Arkadiusz Wieczorek
39a7e34cb4 Cleanup files, split sidebar and toolbar 2022-04-13 11:44:59 +02:00
Kuba Orlik
2c5e4f1005 Questionare checkpoint 2022-01-30 17:37:04 +01:00
Kuba Orlik
b1c84b99ac Move to external React 2022-01-29 21:16:53 +01:00
Arkadiusz Wieczorek
f647a07d94 Update package 2022-01-29 18:20:26 +01:00
Arkadiusz Wieczorek
e9c5b65aa7 Update esbuild.config and manifest 2022-01-28 11:33:44 +01:00
Arkadiusz Wieczorek
734f418667 Cleanup, add second button 2022-01-27 22:30:57 +01:00
Arkadiusz Wieczorek
78ee0bd52a Update 2022-01-20 19:03:03 +01:00
Arkadiusz Wieczorek
09b00eff03 Add base styles, two views, plugins, esbuild script 2022-01-17 19:50:14 +01:00