Examine source code of Excel Formula Bot Excel Formula Generator AI

Inspect and view changes in Excel Formula Bot Excel Formula Generator AI 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": "Excel Formula Bot Excel Formula Generator AI",
  "version": "1.2",
  "description": "Aiforsheet Formula Generator for Excel and Google Sheets: Simplify Your Spreadsheet Workflows",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "author": "Aiforsheet.com",
  "homepage_url": "https://Aiforsheet.com/",
  "short_name": "Aiforsheet",
  "action": {
    "default_popup": "src/index.html",
    "default_title": "Aiforsheet",
    "default_icon": {
      "16": "/images/logo4.png",
      "32": "/images/logo4.png",
      "48": "/images/logo4.png",
      "128": "/images/logo4.png"
    }
  },
  "icons": {
    "16": "/images/logo4.png",
    "32": "/images/logo4.png",
    "48": "/images/logo4.png",
    "128": "/images/logo4.png"
  },
  "permissions": [
    "storage"
  ]
}