Examine source code of Formula Rush Racing Game

Inspect and view changes in Formula Rush Racing Game source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_title": "__MSG_title__",
    "default_icon": {
      "16": "images/icon-32.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  },
  "default_locale": "en",
  "description": "__MSG_desc__",
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  },
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "permissions": [],
  "version": "1.3.1",
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}