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.

22 lines
455 B

  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://indigo.stian-aune.com/"
  22. ]
  23. }