{ "manifest_version": 3, "name": "archematics", "version": "0.1", "description": "unearths mathematical treasures lost in the web.", "content_scripts": [ { "matches": ["*://*/*"], "js": ["giveAwrl.js"] } ], "web_accessible_resources": [{ "matches": [""], "resources": [ "deps/x_ite/x_ite.mjs", "deps/x_ite/x_ite.css", "deps/x_ite/assets/components/Scripting.js", "deps/x_ite/assets/components/Text.js" ] }] }