Examine source code of RVing Beginner

Inspect and view changes in RVing Beginner 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_icon": {
      "16": "images/16.png"
    },
    "default_popup": "rvingbeginner.html",
    "default_title": "RVing Beginner"
  },
  "background": {
    "service_worker": "libs/polyfill.min.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "scripts/libs/jquery.min.js",
        "scripts/libs/popper.min.js",
        "scripts/libs/bootstrap.min.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/16.png",
    "128": "images/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.7.8",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*.jpeg",
        "images/*.png"
      ]
    }
  ]
}