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.

24 lines
517 B

5 years ago
  1. {
  2. "name": "YKonsole Helper",
  3. "version": "1.0",
  4. "manifest_version": 2,
  5. "description": "Extension to control YKonsole",
  6. "background": {
  7. "scripts": ["background.js"],
  8. "persistent": false
  9. },
  10. "page_action": {
  11. "default_icon": "icon.png",
  12. "default_popup": "popup.html"
  13. },
  14. "icons": {
  15. "32": "icon.png"
  16. },
  17. "permissions": [
  18. "storage",
  19. "activeTab",
  20. "declarativeContent",
  21. "https://www.youtube.com/",
  22. "https://indigo.stian-aune.com/",
  23. "http://127.0.0.1:9999/"
  24. ]
  25. }