{ "manifest_version": 2, "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": [ "background.js" ] }, "content_scripts": [ { "matches": [ "" ], "js": [ "content.js" ], "all_frames": true } ], "permissions": [ "devtools", "tabs", "*://*/*" ], "icons": { "48": "train icon.png" }, "browser_specific_settings": { "gecko": { "id": "snrdt@cyborggrizzly.com" } } }