Examine source code of Metal Slug 2 Arcade Game

Inspect and view changes in Metal Slug 2 Arcade 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
{
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Metal Slug 2 Arcade Game Play No Download"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Metal Slug 2 Play No Download Arcade Game on Your Firefox Window",
  "name": "Metal Slug 2 Arcade Game",
  "manifest_version": 2,
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}