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": "LetterCarrier - Certified Mail Online Service",
"version": "0.1.0",
"description": "Certified Mail Online Service",
"background": {
"service_worker": "bg.js"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_title": "LetterCarrier"
},
"icons": {
"128": "icon128.png"
}
}