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_popup": "popup.html",
"default_icon": {
"128": "icons\/logo_128.png"
}
},
"default_locale": "en",
"description": "__MSG_extDes__",
"icons": {
"128": "icons\/logo_128.png"
},
"options_page": ".\/options.html",
"manifest_version": 3,
"name": "__MSG_extName__",
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.linkedradar.com\/*"
],
"permissions": [
"cookies",
"storage",
"unlimitedStorage"
],
"version": "1.3.1"
}