Moe Dashboard

Moe Dashboard

Replaces the new tab page with the cutest dashboard around

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Moe Dashboard",
  "short_name": "Moe Dash",
  "version": "0.1",
  "chrome_url_overrides": {
    "newtab": "dash.html"
  },
  "description": "Replaces the new tab page with the cutest dashboard around",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "*://*.cutegirls.moe/*",
    "*://*.hell.moe/*",
    "*://*.imgur.com/*",
    "*://*.awwni.me/*",
    "*://*.googleusercontent.com/*",
    "*://*.media.tumblr.com/*"
  ]
}