| { | |
| "manifest_version": 3, | |
| "name": "Site Utility Collection", | |
| "version": "1", | |
| "description": "Improves bad sites", | |
| "content_scripts": [ | |
| { | |
| "matches": ["*://www.gooroom.kr/content/downloads/*"], | |
| "css": ["content/gooroom.css"], | |
| "js": ["content/gooroom.js"] | |
| } | |
| ], | |
| "browser_specific_settings": { | |
| "gecko": { | |
| "id": "[email protected]", | |
| "data_collection_permissions": { | |
| "required": ["none"] | |
| } | |
| } | |
| } | |
| } |