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",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"128": "icons\/128.png"
}
},
"default_locale": "en",
"description": "__MSG_extDes__",
"icons": {
"128": "icons\/128.png"
},
"options_page": "tool.html",
"manifest_version": 3,
"name": "__MSG_extName__",
"host_permissions": [
"*:\/\/www.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"permissions": [
"storage",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_start"
}
],
"version": "0.2.0"
}