Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": [],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content2.js"
],
"matches": [
"*:\/\/10fastfingers.com\/*"
]
}
],
"default_locale": "en",
"description": "An extension that automates typing on 10FastFingers",
"host_permissions": [
"http:\/\/localhost:3000\/*",
"https:\/\/typerbackend.onrender.com\/*"
],
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 3,
"name": "__MSG_extension_title__",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.5.5",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"arenium.webp",
"insta.webp",
"insta.png"
]
}
]
}