Examine source code of Sheets Genie

Inspect and view changes in Sheets Genie 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": "Sheets Genie",
  "description": "Turn Google Sheets into a business automation & web scraping powerhouse.",
  "version": "0.0.0.7",
  "manifest_version": 3,
  "action": {
    "default_title": "Sheets Genie",
    "default_popup": "popup.html",
    "default_icon": {
      "512": "genieicon.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "debugger"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}