AniKeep

AniKeep

Add and manage all the anime you are currently watching!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AniKeep",
  "version": "3.1",
  "description": "Add and manage all the anime you are currently watching!",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js",
      "js/utils.js",
      "js/api.js",
      "js/parser.js",
      "js/animeUtils/kissanime.js",
      "js/animeUtils/4anime.js",
      "js/animeUtils/crunchyroll.js",
      "js/animeUtils/gogoanime.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "150": "images/icon150.png"
  },
  "manifest_version": 2
}