Twitter-💓🍣

Twitter-💓🍣

Let you change the new Twitter Like Heart into 🍣.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitter-💓🍣",
  "version": "0.3.0",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "description": "Let you change the new Twitter Like Heart into 🍣.",
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "js/jquery-2.1.4.min.js",
        "js/script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "img/sushi_nonanimation.png",
    "img/sushi_notification.png"
  ]
}