Examine source code of Order follow up

Inspect and view changes in Order follow up 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Order follow up",
  "version": "2.6",
  "manifest_version": 3,
  "description": "Reporting Problems ",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "128": "128.png"
  },
  "host_permissions": [
    "https://www.googleapis.com/",
    "https://accounts.google.com/",
    "https://content-sheets.googleapis.com/",
    "https://www.google.com/",
    "https://script.google.com/*",
    "https://apis.google.com/*",
    "https://developers.google.com/"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_title": "My Extension",
    "default_popup": "popup.html"
  }
}