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": "ManyGram - Responda coment\u00e1rios e direct automaticamente no Instagram",
"version": "1.2.0",
"permissions": [
"tabs"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/manygram.growsoft.io\/*"
],
"js": [
"content.js"
]
}
],
"host_permissions": [
"https:\/\/www.instagram.com\/*",
"https:\/\/manygram.growsoft.io\/*"
],
"web_accessible_resources": [
{
"resources": [
"inject.js",
"inject-instagram.js"
],
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/manygram.growsoft.io\/*"
]
}
],
"icons": {
"48": "icon.png",
"128": "icon.png"
}
}