resource manager overhaul
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user