NHentai Analytics

NHentai Analytics

A chrome extension to help you find the best doujinshi based on your favorites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NHentai Analytics",
  "version": "1.2.3",
  "description": "A chrome extension to help you find the best doujinshi based on your favorites",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "64": "Icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "https://nhentai.net/*",
    "https://i.nhentai.net/*"
  ],
  "author": "Xwilarg",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "manifest_version": 2
}