{ "id": "hello-nebula", "name": "Hello Nebula", "version": "1.0.0", "description": "Sample Nebula extension. Shows a small badge on every page.", "enabled": true, "content_scripts": [ { "matches": ["*://*/*"], "js": ["content.js"], "css": ["content.css"], "run_at": "document_end" } ] }