{ "manifest_version": 3, "name": "Grandfather Clock Tick", "description": "Tick-tock clock sounds. Audio credits: Nightcustard on freesound.org", "version": "1.2", "permissions": ["offscreen", "storage"], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": ["sounds/*.mp3"], "matches": [""] } ] }