Glen Whitney
58469f793e
Since third-party code may not be loaded from the web in an extension, requires bundling many GeoGebra app files into the extension. Still to come: control panel for the extension.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "archematics",
|
|
"version": "0.1",
|
|
|
|
"description": "unearths mathematical treasures lost in the web.",
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*/*"],
|
|
"js": ["giveAwrl.js"]
|
|
},
|
|
{
|
|
"matches": ["*://*/*"],
|
|
"js": ["adapptext.js"],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"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",
|
|
"adapptlet.js",
|
|
"deps/GeoGebra/deployggb.js",
|
|
"deps/GeoGebra/HTML5/5.0/webSimple/5F2C6F84737382D2A3B062804F6250CE.cache.js",
|
|
"deps/GeoGebra/HTML5/5.0/webSimple/webSimple.nocache.js",
|
|
"deps/GeoGebra/HTML5/5.0/webSimple/clear.cache.gif",
|
|
"deps/GeoGebra/HTML5/5.0/webSimple/deferredjs/*",
|
|
"deps/GeoGebra/HTML5/5.0/css/bundles/simple-bundle.css"
|
|
]
|
|
}],
|
|
"permissions": ["tabs", "scripting"]
|
|
}
|