Glen Whitney
e7361f94a7
With this loaded in under the Firefox debugger, one can see linked WRL files and Java Geometry Applets on arbitrary web pages. This represents significant progress on #28, but getting more controls and getting it to work in other browsers is still on deck. Reviewed-on: #38 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
43 lines
1.2 KiB
JSON
43 lines
1.2 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"
|
|
}
|
|
],
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"browser_style": false
|
|
},
|
|
"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",
|
|
"adapptypes.js",
|
|
"options.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": ["storage"]
|
|
}
|