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": "Snack it: Image to AI Prompt",
"description": "See it\u2192Snack it\u2192Prompt it!\u26a1 Stop losing inspiration. Save images, organize moodboards & generate powerful AI prompts in one click.",
"version": "1.6.3",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"sidePanel",
"clipboardWrite"
],
"host_permissions": [
"<all_urls>",
"https:\/\/snackprompt.com\/*",
"https:\/\/api-integrations.snackprompt.com\/*",
"https:\/\/api-integrations-release.snackprompt.com\/"
],
"web_accessible_resources": [
{
"resources": [
"sp-small.svg",
"bite.svg",
"connect_footer.png",
"list-selector.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Snack Bite",
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/snackprompt.com\/auth\/plugin*"
],
"run_at": "document_idle",
"js": [
"content-scripts\/auth.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/content.js"
]
}
]
}