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",
"name": "Social Vehicle Lister",
"description": "Posting vehicles on Facebook Marketplace has never been so easy!",
"version": "1.13",
"manifest_version": 3,
"host_permissions": [
"https:\/\/sag.gemquery.com\/*",
"https:\/\/www.mckinnontoyota.com\/*",
"https:\/\/www.facebook.com\/marketplace\/*"
],
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
},
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
]
}
]
}