SpellStack for NovelAI

SpellStack for NovelAI

Assist in entering prompts in NovelAI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "author": "Hiroiku",
  "version": "1.1.0",
  "icons": {
    "16": "icon-x16.png",
    "32": "icon-x32.png",
    "48": "icon-x48.png",
    "128": "icon-x128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://novelai.net/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://novelai.net/*"
      ],
      "js": [
        "content-chunk-vendors.js",
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  }
}