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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.1.9",
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png"
}
},
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/api.myunfollowapp.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; img-src * data: blob:;"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"analyzer.html"
],
"matches": [
"<all_urls>"
]
}
]
}