29 lines
561 B
JSON
Executable file
29 lines
561 B
JSON
Executable file
{
|
|
"manifest_version": 3,
|
|
"name": "Postiz",
|
|
"version": "2.0.0",
|
|
"description": "Postiz browser extension for social media scheduling",
|
|
"icons": {
|
|
"32": "icon-32.png",
|
|
"128": "icon-128.png"
|
|
},
|
|
"permissions": [
|
|
"cookies",
|
|
"alarms",
|
|
"storage"
|
|
],
|
|
"host_permissions": [
|
|
"*://*.skool.com/*"
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js",
|
|
"type": "module"
|
|
},
|
|
"externally_connectable": {
|
|
"matches": [
|
|
"http://localhost/*",
|
|
"https://localhost/*",
|
|
"https://*.postiz.com/*"
|
|
]
|
|
}
|
|
}
|