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": "automatic-monitor-crx",
"description": "",
"version": "1.3.2",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-48.png"
},
"options_page": "options.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.chunk-2c965552.96e154fd.js"
],
"matches": [
"*:\/\/*\/*"
],
"exclude_matches": [],
"css": [
"assets\/index.tsx.dabcbe01.css"
]
},
{
"js": [
"assets\/content-script-loader.chunk-5feef0f9.bedbec80.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-34.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"src\/inject\/index.js",
"src\/inject\/reportPoint.js"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/chunk-675ea19a.js",
"assets\/chunk-f69a777e.js",
"assets\/chunk-2c965552.js",
"assets\/chunk-5feef0f9.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"tabs",
"browsingData",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"https:\/\/*\/*"
]
}