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": "AitM Block",
"version": "0.1.5",
"default_locale": "en",
"description": "__MSG_appDescription__",
"permissions": [
"activeTab",
"storage"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": "assets\/eye.ico"
},
"web_accessible_resources": [
{
"resources": [
"assets\/eye.ico"
],
"matches": [
"<all_urls>"
]
}
]
}