Anime Tab Dashboard

Anime Tab Dashboard

Change your default new tab for a new one with amazing backgrounds, to-do and inspiration.

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 Dashboard",
  "short_name": "Anime Tab Dashboard",
  "version": "1.0.3",
  "description": "Change your default new tab for a new one with amazing backgrounds, to-do and inspiration.",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": "icons/32.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "*://*.animetab.co/"
  ]
}