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.

28 lines
629 B

5 years ago
5 years ago
5 years ago
  1. {
  2. "short_name": "YKonsole Helper",
  3. "version": "1.0",
  4. "manifest_version": 2,
  5. "content_scripts": [
  6. {
  7. "matches": ["https://www.youtube.com/*"],
  8. "css": ["static/css/main.css"],
  9. "js": ["static/js/main.js", "static/js/runtime-main.js"]
  10. }
  11. ],
  12. "name": "YKonsole Helper",
  13. "icons": {
  14. "32": "icon.png"
  15. },
  16. "start_url": ".",
  17. "display": "standalone",
  18. "theme_color": "#000000",
  19. "background_color": "#ffffff",
  20. "permissions": [
  21. "storage",
  22. "activeTab",
  23. "declarativeContent",
  24. "https://www.youtube.com/",
  25. "https://indigo.stian-aune.com/",
  26. "http://127.0.0.1:9999/"
  27. ]
  28. }