Torn Travel

Torn Travel

Torn Travel Extension to show travel stock for various countries and categories of items

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 Travel",
  "description": "Torn Travel Extension to show travel stock for various countries and categories of items",
  "version": "0.0.3",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Torn Travel"
  },
  "icons": {
    "16": "torn_logo.jpeg",
    "48": "torn_logo.jpeg",
    "128": "torn_logo.jpeg"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.torn.com/index.php"
      ],
      "all_frames": true,
      "js": [
        "app/background.js"
      ]
    }
  ]
}