InteractiveFics

InteractiveFics

Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "icon_128.png",
    "default_popup": "src/popup/index.html"
  },
  "options_page": "src/options/index.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.ts.69e92bd4.cec6724c.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*.facebook.com/*",
    "*://twitter.com/*",
    "*://*.linkedin.com/*"
  ],
  "version": "5.2.5",
  "manifest_version": 3,
  "name": "InteractiveFics",
  "description": "Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.",
  "permissions": [
    "storage",
    "tabs",
    "declarativeNetRequest"
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/index.0b17deff.js",
        "assets/index.ts.69e92bd4.js"
      ],
      "use_dynamic_url": true
    }
  ]
}