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": "MT Auto Clicker",
"version": "1.10",
"description": "MT Auto Clicker is your go-to tool for automating repetitive tasks on your system.",
"web_accessible_resources": [
{
"resources": [
"imagesWindow\/preset.png",
"imagesWindow\/setting.png",
"imagesWindow\/play.png",
"imagesWindow\/pause.png",
"imagesWindow\/target.png",
"imagesWindow\/cross.png",
"imagesWindow\/timing.png",
"imagesWindow\/interval.png",
"imagesWindow\/whichTypeScreenshot.png",
"imagesWindow\/zoom.png",
"imagesWindow\/zoomIn.png",
"imagesWindow\/zoomOut.png",
"imagesWindow\/microphoneon.png",
"imagesWindow\/microphoneoff.png",
"menulogo.png",
"imagesWindow\/autoScrollRefresh.png",
"imagesWindow\/logo.png",
"imagesWindow\/edit.png",
"imagesWindow\/delete.png",
"editorCapture.html",
"editorCapture.js",
"editorArea.html",
"editorArea.js",
"imagesWindow\/redo.png",
"imagesWindow\/undo.png",
"imagesWindow\/reset.png",
"imagesWindow\/pngDownload.png",
"imagesWindow\/pdfDownload.png",
"imagesWindow\/movable.png",
"imagesWindow\/textIcon.png",
"imagesWindow\/pen.png",
"imagesWindow\/rectangle.png",
"imagesWindow\/circle.png",
"imagesWindow\/line.png",
"imagesWindow\/arrow.png",
"imagesWindow\/close.png",
"imagesWindow\/2.png",
"imagesWindow\/4.png",
"imagesWindow\/6.png",
"imagesWindow\/8.png",
"imagesWindow\/10.png",
"imagesWindow\/12.png",
"imagesWindow\/14.png",
"imagesWindow\/16.png",
"imagesWindow\/loading.gif",
"popup.html",
"editProfile.html",
"uploadCustomCursor.html",
"imagesWindow\/closeCustomC.png",
"imagesWindow\/addCustomC.png"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"desktopCapture",
"unlimitedStorage",
"identity",
"clipboardWrite",
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
".\/libs\/jsPDF\/jspdf.umd.min.js",
"libs\/jquery-3.6.0.min.js",
"libs\/html2canvas.min.js",
"content.js"
],
"css": [
".\/style.css"
]
}
],
"oauth2": {
"client_id": "797204000478-jaondgb16vdn6s03d0ouf65rb9neap7t.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
}
}