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": "STAiGENT\u2122 Form Pilot",
"version": "1.0.7",
"description": "Digital Speaker Agent\u2122 - More Gigs. No Chaos",
"homepage_url": "https:\/\/digitalspeakeragent.com",
"permissions": [
"activeTab",
"storage",
"tabs",
"windows"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"all_frames": true
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"extension-detection.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
}