GIF Tabs

GIF Tabs

Gives you a fun new animated gif in every fresh tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GIF Tabs",
  "description": "Gives you a fun new animated gif in every fresh tab",
  "version": "1.2.1",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/logo_16x16.png",
    "48": "images/logo_48x48.png",
    "128": "images/logo_128x128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}