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 Automatic Deleter",
"description": "Deletes all of your Instagram photos at once.",
"version": "1.3.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "public\/icons\/icon.png",
"32": "public\/icons\/icon.png",
"48": "public\/icons\/icon.png",
"64": "public\/icons\/icon.png",
"128": "public\/icons\/icon.png"
}
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/www.instagram.com\/*",
"https:\/\/*.stripe.com\/*",
"https:\/\/instagram-auto-deleter-payment.bigjpgai.workers.dev\/*"
],
"icons": {
"16": "public\/icons\/icon.png",
"32": "public\/icons\/icon.png",
"48": "public\/icons\/icon.png",
"64": "public\/icons\/icon.png",
"128": "public\/icons\/icon.png"
}
}