- Removed content_scripts entry that injected test code into all pages - Modified test-lib.js to dynamically inject content script only during tests - Test code no longer affects production users 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "description": "Rentgen to wtyczka dla przeglądarek opartych o Firefoxa, która automatycznie wizualizuje, jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony.",
 | |
|     "manifest_version": 2,
 | |
|     "name": "Rentgen",
 | |
|     "short_name": "Rentgen",
 | |
|     "version": "0.2.1",
 | |
|     "author": "Kuba Orlik, Arkadiusz Wieczorek (Internet. Time to act! Foundation)",
 | |
|     "homepage_url": "https://git.internet-czas-dzialac.pl/icd/rentgen",
 | |
|     "background": {
 | |
|         "scripts": ["lib/background.js"]
 | |
|     },
 | |
|     "commands": {
 | |
|         "_execute_sidebar_action": {
 | |
|             "suggested_key": {
 | |
|                 "default": "Ctrl+Shift+U"
 | |
|             }
 | |
|         }
 | |
|     },
 | |
|     "browser_action": {
 | |
|         "default_icon": "assets/icon-addon.svg",
 | |
|         "default_title": "Rentgen",
 | |
|         "default_popup": "components/toolbar/toolbar.html"
 | |
|     },
 | |
|     "icons": {
 | |
|         "16": "assets/icon-addon.svg",
 | |
|         "32": "assets/icon-addon.svg",
 | |
|         "64": "assets/icon-addon.svg"
 | |
|     },
 | |
|     "permissions": [
 | |
|         "proxy",
 | |
|         "storage",
 | |
|         "<all_urls>",
 | |
|         "webRequest",
 | |
|         "webRequestBlocking",
 | |
|         "cookies",
 | |
|         "privacy"
 | |
|     ],
 | |
| 
 | |
|     "browser_specific_settings": {
 | |
|         "gecko": {
 | |
|             "id": "rentgen@internet-czas-dzialac.pl",
 | |
|             "strict_min_version": "91.1.0"
 | |
|         }
 | |
|     }
 | |
| }
 |