Inspect and view changes in Aiforsheet : Generate Excel Formulas and Google Sheet Formulas with 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": "Aiforsheet : Generate Excel Formulas and Google Sheet Formulas with AI",
"version": "1.3",
"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"
]
}