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": "Engagement Calculator",
"author": "[email protected]",
"homepage_url": "https:\/\/2ta.io\/",
"description": "Engagement Rate Calculator Extension",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
},
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"devtools_page": "devtools_entrypoint.html",
"action": {
"default_title": "Engagement Calculator",
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"version": "0.4.1"
}