Poppy Tab

Poppy Tab

The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Poppy Tab",
  "short_name": "Poppy Tab",
  "version": "0.2.0",
  "manifest_version": 2,
  "description": "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.",
  "homepage_url": "http://poppytab.smirky.co",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "http://localhost/*",
    "http://*.smirky.co/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  }
}