Tumblr Shimeji - Kagamine Rin

Tumblr Shimeji - Kagamine Rin

Kagamine Rin plays on your tumblr dash.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tumblr Shimeji - Kagamine Rin",
  "description": "Kagamine Rin plays on your tumblr dash.",
  "version": "0.5",
  "author": "Jarno Le Conté",
  "manifest_version": 2,
  "icons": {
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_title": "Kagamine Rin Shimeji"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [],
      "js": [
        "tumblr-shimeji-rin.user.js"
      ],
      "matches": [
        "https://www.tumblr.com/dashboard",
        "https://www.tumblr.com/tagged/*"
      ],
      "run_at": "document_end"
    }
  ]
}