{ "short_name": "YKonsole Helper", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": ["https://www.youtube.com/*"], "css": "static/css/main.css", "js": "static/css/main.js" } ], "name": "YKonsole Helper", "icons": [ { "src": "icon.png", "sizes": "32x32", "type": "image/x-icon" } ], "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff", "permissions": [ "storage", "activeTab", "declarativeContent", "https://www.youtube.com/", "https://indigo.stian-aune.com/", "http://127.0.0.1:9999/" ] }