1 2 3 4 5 6 7 8 9 10
{ "manifest_version": 3, "name": "Crumb", "version": "0.1", "description": "Local history tracker that sends visit logs to a local server.", "permissions": ["tabs", "history"], "background": { "service_worker": "background.js" } }