q3kled-chrome/manifest.json

21 lines
395 B
JSON

{
"manifest_version": 2,
"name": "Share to q3kled",
"description": "This extension shares current URL to q3kled led matrix API",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"http://led.waw.hackerspace.pl/"
],
"icons": {
"128": "icon.png"
},
"author": "informatic"
}