Unofficial Anilist Updater

Update your anime/manga progress on Anilist.co in browser from a simple pop-up menu.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "UNOFFICIAL Anilist Updater",
  "description": "Update Anilists in your browser",
  "version": "1.0",
  "permissions": [
    "storage",
    "identity"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "64": "images/icon-64.png"
    },
    "default_title": "Anilist Menu",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png"
  },
  "manifest_version": 2
}