Nyaa Pantsu Latest Anime

Nyaa Pantsu Latest Anime

Get the latest anime straight to your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "Nyaa Pantsu Extension by akuma06",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "description": "Get the latest anime straight to your browser!",
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "64": "images/icon-64x64.png",
    "128": "images/icon-128x128.png"
  },
  "name": "Nyaa Pantsu Latest Anime",
  "options_page": "options.html",
  "permissions": [
    "https://nyaa.pantsu.cat/*",
    "tabs"
  ],
  "version": "0.7.5",
  "default_locale": "en"
}