THABNOS

THABNOS

Tired of having so many tabs? Thanos will solve this problem for free. You must take on the role of Iron Man and fight Thanos for…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "THABNOS",
  "version": "1.0",
  "icons": {
    "16": "media/icon16.png",
    "48": "media/icon48.png",
    "128": "media/icon128.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "media/thanos.png",
    "default_popup": "popup.html",
    "default_title": "TVI"
  },
  "background": {
    "scripts": [
      "contents/background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}