Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.0",
"name": "Image Inserter for Google Workspace",
"description": "Insert WEBP, BMP, SVG & AVIF images into Google Docs, Sheets & Slides. Expands your image format capabilities.",
"icons": {
"16": "assets\/icons\/icon-16.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/docs.google.com\/*"
],
"js": [
"scripts\/content.js"
]
}
],
"action": {
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "scripts\/background.js"
}
}