resource manager overhaul

This commit is contained in:
2025-02-16 11:46:12 -07:00
parent b30a241d09
commit 01081706b1
14 changed files with 1922 additions and 19 deletions

View File

@@ -1,8 +1,9 @@
{
"manifest_version": 2,
"name": "Context Stack DevTools",
"name": "SNR DevTools",
"version": "1.0",
"description": "A devtools panel to view and edit context stack values.",
"author": "Emmaline Autumn",
"devtools_page": "devtools.html",
"background": {
"scripts": [
@@ -24,5 +25,13 @@
"devtools",
"tabs",
"*://*/*"
]
],
"icons": {
"48": "train icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "snrdt@cyborggrizzly.com"
}
}
}