Tum Cruise

Tum Cruise

Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tum Cruise",
  "version": "0.1.8",
  "manifest_version": 2,
  "description": "Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology",
  "permissions": [
    "contextMenus",
    "tabs",
    "webNavigation"
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "background": {
    "scripts": [
      "core-chrome.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js",
        "brain.js"
      ]
    }
  ],
  "homepage_url": "http://eklecttech.com/",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Tum Cruise | Developed By Eklect Technology",
    "default_icon": "logo.png"
  }
}