{ "manifest_version": 3, "name": "GitHub Git Notes Viewer", "version": "1.0.0", "description": "Display git notes on GitHub commit pages", "icons": { "16": "icons/icon-16.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" }, "permissions": [ "activeTab", "tabs" ], "host_permissions": [ "https://api.github.com/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons/icon-16.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } } }