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": "N\u00e3o Seguidores",
"description": "Mostra quem n\u00e3o est\u00e1 te seguindo de volta no Instagram.",
"version": "1.3.15",
"manifest_version": 3,
"permissions": [
"scripting"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/*.instagram.com\/*"
],
"action": {
"default_title": "N\u00e3o Seguidores"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}