archematics/etc/manifest.json

24 lines
515 B
JSON
Raw Normal View History

{
"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": ["<all_urls>"],
"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"
]
}]
}