Panda | Hacker News, Dribbble, Designer News

Panda | Hacker News, Dribbble, Designer News

Bringing you the most popular shots and latest news from popular sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.0.15",
  "name": "Panda | Hacker News, Dribbble, Designer News",
  "description": "Bringing you the most popular shots and latest news from popular sites.",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "history"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://*.twitter.com 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2
}