Dribbble : Random Comments

Dribbble : Random Comments

Generate your next Dribbble comment!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dribbble : Random Comments",
  "description": "Generate your next Dribbble comment!",
  "version": "1.1.4",
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "scripts.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon_128.png"
  },
  "manifest_version": 2
}