Anime Twist (*Unofficial*)

Anime Twist (*Unofficial*)

Anime Twist is a website which hosts thousands of anime episodes, all in the highest definition available for your viewing pleasure.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Anime Twist (*Unofficial*)",
  "short_name": "Anime Twist",
  "offline_enabled": false,
  "author": "Jonathan Alfonso",
  "description": "Anime Twist is a website which hosts thousands of anime episodes, all in the highest definition available for your viewing pleasure.",
  "icons": {
    "16": "img/16.png",
    "128": "img/128.png"
  },
  "version": "0.2",
  "manifest_version": 2,
  "minimum_chrome_version": "37.0.0.0",
  "permissions": [
    "webview",
    "fullscreen",
    "power",
    "storage",
    "videoCapture",
    "geolocation",
    "pointerLock",
    "system.display",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "accessibilityFeatures.read",
    "accessibilityFeatures.modify"
  ],
  "app": {
    "background": {
      "scripts": [
        "js/foam.js",
        "js/cab.js",
        "config.js",
        "background_main.js"
      ]
    }
  }
}