Torn Awards Organizer

Torn Awards Organizer

Press shift+m to show your progress on honors and medals.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Torn Awards Organizer",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "Press shift+m to show your progress on honors and medals.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://torn.com/*",
        "http://www.torn.com/*",
        "https://torn.com/*",
        "https://www.torn.com/*"
      ],
      "js": [
        "jquery-1.12.1.min.js",
        "Torn_Awards_Organizer.js"
      ],
      "run_at": "document_end"
    }
  ]
}