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": "f-to-pay-a-visit",
"version": "2.0.0",
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"f-to-pay-a-visit.js"
],
"all_frames": true
}
]
}