RoyalRoad Full Story

RoyalRoad Full Story

An addon that adds an option for reading the full text of a RoyalRoad story.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "An addon that adds an option for reading the full text of a RoyalRoad story.",
  "manifest_version": 2,
  "name": "RoyalRoad Full Story",
  "version": "5.0.0",
  "homepage_url": "https://github.com/QuintBrit/RoyalRoad-Addon",
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "192": "icons/android-chrome-192x192.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.royalroad.com/fiction/*"
      ],
      "js": [
        "chapter.js"
      ]
    }
  ],
  "permissions": [
    "webRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{375f35c9-3e06-4aab-8512-44e2f6c42b54}"
    }
  }
}