{ "manifest_version": 3, "name": "PhonoCoach", "version": "1.0", "description": "Lets you practise pronunciation on any webpage you're on", "permissions": ["storage", "activeTab", "scripting"], "host_permissions": ["http://localhost:8000/*"], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [""], "js": ["content.js"] } ] }