lighthouse
Version:
> Stops you crashing into the rocks; lights the way
30 lines (29 loc) • 588 B
JSON
{
"name": "__MSG_appName__",
"version": "0.0.7",
"minimum_chrome_version": "52",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts/chromereload.js",
"scripts/background.js"
]
},
"permissions": [
"activeTab",
"debugger"
],
"browser_action": {
"default_icon": {
"38": "images/icon-38.png"
},
"default_title": "Lighthouse",
"default_popup": "popup.html"
}
}