You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
517 B

{
"name": "YKonsole Helper",
"version": "1.0",
"manifest_version": 2,
"description": "Extension to control YKonsole",
"background": {
"scripts": ["background.js"],
"persistent": false
},
"page_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"32": "icon.png"
},
"permissions": [
"storage",
"activeTab",
"declarativeContent",
"https://www.youtube.com/",
"https://indigo.stian-aune.com/",
"http://127.0.0.1:9999/"
]
}