I WANNA SEE MY CHINESE CARTOON

I WANNA SEE MY CHINESE CARTOON

JUST TELL ME HOW LONG IT WILL TAKE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "I WANNA SEE MY CHINESE CARTOON",
  "description": "JUST TELL ME HOW LONG IT WILL TAKE",
  "version": "1.0.2.2",
  "permissions": [
    "storage",
    "http://myanimelist.net/animelist/*/",
    "http://www.mahou.org/Showtime/",
    "http://mahou.org/Showtime/",
    "http://www.nyaa.se/*",
    "http://nyaa.se/*"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon48.png",
      "38": "img/icon48.png"
    },
    "default_popup": "anime.html"
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "img/icon128.png"
  ]
}