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,
"name": "MetaForge by TAS",
"version": "1.3.3",
"description": "Automatically generates and updates metadata for Adobe Stock images - both for new uploads and existing portfolio",
"permissions": [
"activeTab",
"scripting",
"storage",
"declarativeContent",
"notifications",
"sidePanel"
],
"host_permissions": [
"https:\/\/contributor.stock.adobe.com\/*",
"https:\/\/*.contributor.stock.adobe.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/api.openai.com\/*",
"https:\/\/api.groq.com\/*"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"side_panel": {
"default_path": "popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/contributor.stock.adobe.com\/*",
"*:\/\/*.contributor.stock.adobe.com\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"https:\/\/contributor.stock.adobe.com\/*",
"https:\/\/*.contributor.stock.adobe.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}