24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "SmartUp Auth Importer",
|
|
"version": "0.1.0",
|
|
"description": "Import cookies, storage, and auth headers from a real browser session into SmartUp.",
|
|
"permissions": [
|
|
"cookies",
|
|
"scripting",
|
|
"tabs",
|
|
"storage",
|
|
"webRequest"
|
|
],
|
|
"host_permissions": [
|
|
"<all_urls>"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_title": "SmartUp Auth Importer"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
}
|
|
}
|