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",
"name": "IG Photo Downloader",
"version": "1.0",
"manifest_version": 3,
"description": "Download IG images directly from your browser with a simple click.",
"action": {
"default-icon": {
"16": "icons\/Icon.png",
"32": "icons\/Icon.png",
"64": "icons\/Icon.png",
"128": "icons\/Icon.png"
}
},
"icons": {
"16": "icons\/Icon.png",
"32": "icons\/Icon.png",
"64": "icons\/Icon.png",
"128": "icons\/Icon.png"
},
"permissions": [
"storage",
"downloads",
"notifications"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}