Post To Tumblr Dmtr.org

Post To Tumblr Dmtr.org

Right click image to directly post to Tumblr.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Post To Tumblr Dmtr.org",
  "version": "0.3resigned1",
  "description": "Right click image to directly post to Tumblr.",
  "icons": {
    "48": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "menus"
  ]
}