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.

32 lines
666 B

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/css/main.js"
  10. }
  11. ],
  12. "name": "YKonsole Helper",
  13. "icons": [
  14. {
  15. "src": "icon.png",
  16. "sizes": "32x32",
  17. "type": "image/x-icon"
  18. }
  19. ],
  20. "start_url": ".",
  21. "display": "standalone",
  22. "theme_color": "#000000",
  23. "background_color": "#ffffff",
  24. "permissions": [
  25. "storage",
  26. "activeTab",
  27. "declarativeContent",
  28. "https://www.youtube.com/",
  29. "https://indigo.stian-aune.com/",
  30. "http://127.0.0.1:9999/"
  31. ]
  32. }