MangaTab

MangaTab

Replace your new tab page with a beautiful manga image -- discover new manga.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MangaTab",
  "description": "Replace your new tab page with a beautiful manga image -- discover new manga.",
  "version": "1.2",
  "content_security_policy": "script-src 'self' chrome-extension://cionbilkkodpdpoknhglhcjgbbpadkck/analytics.js; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}