Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Firebug Lite for Google Chrome",
"short_name": "Firebug Lite",
"manifest_version": 2,
"version": "1.6.6",
"description": "Firebug Lite - a port of the popular Firebug for Google Chrome.",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "bug128off.png",
"default_title": "Firebug Lite 1.6"
},
"icons": {
"16": "bug16.png",
"32": "bug32.png",
"64": "bug64.png",
"128": "bug128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-FEmgUuMZmOpuWXT3HmrNYwZPWZm4PDUtaFgSjcJNsDw=' 'sha256-NFN0N9m0ptPEm8kMwO8GVoLQ+ft5OG+DYz3gKF\/ABzk=' 'sha256-kRBhdvuT+nHoV6UNz4GYGKsc4wkHyHrOk3t\/MxVjzYI=' 'sha256-QBcYkilKo0geZjzz1L4oTurblAnwBhuG+lTRi+zPH\/8='; object-src 'self'",
"content_scripts": [
{
"all_frames": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"*.js",
"*.png",
"*.gif",
"*.css",
"*.html"
],
"permissions": [
"contextMenus",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/127.0.0.1\/*",
"http:\/\/localhost\/*"
]
}