Descargar-anime.com - Chrome Extension

Descargar-anime.com - Chrome Extension

The extension for Google Chrome lets you know about latest news of www.Descargar-anime.com before anyone else

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Descargar-anime.com - Chrome Extension",
  "description": "The extension for Google Chrome lets you know about latest news of www.Descargar-anime.com before anyone else",
  "background": {
    "page": "background.html"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "notifications",
    "*://*/*"
  ],
  "version": "1.0"
}