Google Anime Startpage

Google Anime Startpage

Turns boring Google design into anime

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Anime Startpage",
  "short_name": "Google Anime",
  "author": "Ivan Parshin",
  "version": "3.1",
  "description": "Turns boring Google design into anime",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2
}