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": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "1.0.4",
"permissions": [
"storage",
"unlimitedStorage",
"activeTab"
],
"options_page": ".\/options.html",
"background": {
"service_worker": ".\/background.js"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"128": "icons\/logo_128.png"
}
},
"host_permissions": [
"*:\/\/*.instagram.com\/*"
],
"icons": {
"128": "icons\/logo_128.png"
},
"externally_connectable": {
"ids": [
"pnhnppbnjjejabpejgpihjllgagmfhof"
]
}
}