Torn Bars

Torn Bars

Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Torn Bars",
  "description": "Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).",
  "version": "1.0",
  "icons": {
    "16": "torn.png",
    "48": "torn.png",
    "128": "torn.png"
  },
  "browser_action": {
    "default_icon": "torn.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://ajax.googleapis.com/",
    "https://torn.com/",
    "storage",
    "notifications"
  ]
}