Rocket Royale Tab

Rocket Royale Tab

Rocket Royale Tab is now available on Chrome Rocket Royale Tab Wallpapers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_title": "rocket royale tab"
  },
  "background": {
    "service_worker": "js32x/background32x.js"
  },
  "chrome_url_overrides": {
    "newtab": "tab32x.html"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "images32x/icon32x.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3.2"
}