Anime Tab

Anime Tab

Replace your new tab with an epic anime GIF!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Anime Tab",
  "description": "Replace your new tab with an epic anime GIF!",
  "version": "1.0.6",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "./images/logo.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"
}