Retinabbble

Retinabbble

If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Retinabbble",
  "description": "If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row.",
  "author": "Mamun Srizon",
  "homepage_url": "http://dribbble.com/srizon",
  "version": "1.0.1",
  "icons": {
    "16": "icons/retinabbble-16.png",
    "48": "icons/retinabbble-48.png",
    "128": "icons/retinabbble-128.png",
    "512": "icons/retinabbble-512.png"
  },
  "permissions": [
    "https://dribbble.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://dribbble.com/*"
      ],
      "css": [
        "css/retinabbble.css"
      ]
    }
  ]
}