Dribbble Tab

Dribbble Tab

With this amazing chrome extension you will see current popular shots whenever you open a new tab. Just login with your Dribbble…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dribbble Tab",
  "version": "0.1.0",
  "background": {
    "scripts": [
      "./background.bundle.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "./dist/index.html"
  },
  "icons": {
    "128": "./dist/images/icon128.png"
  },
  "permissions": [
    "identity",
    "http://*/*",
    "https://*/*"
  ]
}