Mew Tab

Mew Tab

Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "KodingKamp",
  "background": {
    "persistent": true,
    "scripts": [
      "MewTab.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "MewTab.html"
  },
  "description": "Replaces boring New Tab page with a cool Pokemon themed New Tab page....Mew Tab.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://clients1.google.com 'unsafe-eval' 'unsafe-inline'; object-src 'self'",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "name": "Mew Tab",
  "short_name": "MewTab",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.6.1"
}