Tumblr Archive

Tumblr Archive

Fast link to Tumblr archive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "tumblrarchive@9holotpk",
      "strict_min_version": "59.0"
    }
  },
  "author": "9holotpk",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "32": "icons/tumblr.svg",
      "64": "icons/tumblr.svg"
    },
    "default_title": "Show Tumblr Archive",
    "show_matches": [
      "https://*.tumblr.com/*"
    ]
  },
  "description": "Fast link to Tumblr archive",
  "developer": {
    "url": "http://twitter.com/ishortener",
    "name": "Sontaya T. Wichakot"
  },
  "icons": {
    "32": "icons/tumblr.svg",
    "64": "icons/tumblr.svg",
    "128": "icons/tumblr.svg"
  },
  "manifest_version": 2,
  "name": "Tumblr archive",
  "permissions": [
    "activeTab"
  ],
  "short_name": "Tumblr archive",
  "version": "0.2"
}