Twist Emoji

Twist Emoji

Add reactions to twist.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_specific_settings": {
    "gecko": {
      "id": "{dd18225d-22a9-4d6a-81a0-f18e17e61c62}"
    }
  },
  "content_scripts": [
    {
      "js": [
        "runtime.js",
        "content.js"
      ],
      "matches": [
        "https://twist.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Add reactions to twist.com",
  "homepage_url": "https://github.com/pauldraper/twist-emoji",
  "icons": {
    "16": "asset/icon-16.png",
    "48": "asset/icon-48.png",
    "128": "asset/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Twist Emoji",
  "options_page": "ui.html",
  "options_ui": {
    "page": "ui.html"
  },
  "permissions": [
    "storage"
  ],
  "version": "1.0.1",
  "web_accessible_resources": [
    "*.js",
    "*.js.map"
  ]
}