Examine source code of Monopoly-One Background Changer

Inspect and view changes in Monopoly-One Background Changer 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
{
  "manifest_version": 2,
  "name": "Monopoly One Background Changer",
  "version": "1.3",
  "description": "Simple extension to change your background in web-game monopoly-one.com",
  "icons": {
    "48": "48.png"
  },
  "permissions": [
    "activeTab",
    "cookies",
    "tabs",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a7dd779-a5d3-49d8-9e0c-b54ad8a14481}",
      "strict_min_version": "57.0"
    }
  },
  "browser_action": {
    "default_icon": "48.png",
    "default_title": "Monopoly One Background Changer",
    "default_popup": "popup/index.html"
  }
}