Shikimorist

Shikimorist

Быстрый доступ к твоему списку аниме на Shikimori с поддержкой более 10 порталов онлайн просмотра.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shikimorist",
  "short_name": "Shikimorist",
  "version": "1.9.0",
  "description": "Быстрый доступ к твоему списку аниме на Shikimori с поддержкой более 10 порталов онлайн просмотра.",
  "manifest_version": 3,
  "author": "Kirill Khoroshilov <[email protected]>",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "declarativeNetRequestWithHostAccess",
    "scripting"
  ],
  "host_permissions": [
    "https://shikimori.me/api/*",
    "https://shikimori.me/oauth/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "update_user_agent",
        "enabled": true,
        "path": "update_user_agent.json"
      }
    ]
  },
  "action": {
    "default_popup": "popup.html"
  }
}