RoSeal - Augmented Roblox Experience

RoSeal - Augmented Roblox Experience

Improve your Roblox website experience. And there's also seals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "short_name": "RoSeal",
  "name": "__MSG_manifest_name__",
  "description": "__MSG_manifest_description__",
  "author": "Julli4n",
  "version": "1.3.36",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "100.0",
      "id": "{f4f4223a-ff30-4961-b9c0-6a71b7a32aaf}"
    },
    "gecko_android": {
      "strict_min_version": "120.0"
    }
  },
  "icons": {
    "64": "img/icon/64.png",
    "128": "img/icon/128.png",
    "256": "img/icon/256.png",
    "512": "img/icon/512.png"
  },
  "default_locale": "en",
  "permissions": [
    "*://*.roblox.com/*",
    "storage"
  ],
  "optional_permissions": [
    "cookies",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.roblox.com/*",
        "https://create.roblox.com/*",
        "https://authorize.roblox.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "popup.html?options"
  },
  "incognito": "not_allowed",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "css/*",
    "js/dom.js",
    "img/*"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  }
}