Dtexxxt

Dtexxxt

Dribbble shot description editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "quill.snow.css",
        "style.css",
        "font-awesome.min.css",
        "emoji.css"
      ],
      "js": [
        "quill.min.js",
        "load.js",
        "js/jquery.min.js",
        "js/config.js",
        "js/util.js",
        "js/jquery.emojiarea.js",
        "js/emoji-picker.js"
      ],
      "matches": [
        "*://*.dribbble.com/*"
      ]
    }
  ],
  "description": "Dribbble shot description editor",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Dtexxxt",
  "short_name": "Dtexxxt",
  "permissions": [
    "*://*.dribbble.com/*"
  ],
  "version": "0.2",
  "web_accessible_resources": [
    "load.js"
  ]
}