Dribbble Shotclock

Dribbble Shotclock

Watch your last shot on Dribbble

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dribbble Shotclock",
  "version": "1.22",
  "description": "Watch your last shot on Dribbble",
  "icons": {
    "16": "img/dribbble_16.png",
    "48": "img/dribbble_48.png",
    "128": "img/dribbble_128.png"
  },
  "short_name": "Shotclock",
  "browser_action": {
    "default_icon": "img/dribbble_128.png",
    "default_title": "See info about your last shot on Dribbble",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "https://query.yahooapis.com/*"
  ],
  "content_security_policy": "script-src 'self' https://query.yahooapis.com; object-src 'self' https://api.dribbble.com"
}