Spaces:
Sleeping
Sleeping
{ | |
"manifest_version": 3, | |
"name": "ATS AutoFill", | |
"version": "1.0", | |
"permissions": ["activeTab", "storage"], | |
"action": { | |
"default_popup": "popup.html", | |
"default_icon": "icon.png" | |
}, | |
"background": { | |
"service_worker": "background.js" | |
}, | |
"content_scripts": [{ | |
"matches": ["*://*/*"], | |
"js": ["content.js"] | |
}] | |
} |