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": "__MSG_extension_name__",
"version": "0.2",
"description": "__MSG_extension_description__",
"action": {
"default_title": "iCloud Mail",
"default_icon": {
"19": "img\/cloud128.png",
"38": "img\/cloud128.png"
},
"default_popup": "popup.html"
},
"default_locale": "en",
"icons": {
"16": "img\/cloud128.png",
"48": "img\/cloud128.png",
"128": "img\/cloud128.png"
},
"background": {
"service_worker": "background.js"
},
"incognito": "spanning",
"permissions": [
"background",
"alarms",
"tabs",
"storage",
"cookies",
"declarativeNetRequest",
"offscreen"
],
"host_permissions": [
"http:\/\/*.icloud.com\/*",
"https:\/\/*.icloud.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.icloud.com\/"
],
"js": [
"content\/icloud.js"
],
"run_at": "document_start"
}
]
}