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,
"version": "0.0.23",
"version_name": "1.0.0-alpha.23",
"name": "__MSG_name__",
"short_name": "__MSG_short_name__",
"description": "__MSG_description__",
"default_locale": "en",
"background": {
"service_worker": "static\/js\/background.js"
},
"action": {
"default_title": "__MSG_action_default_title__"
},
"icons": {
"128": "icons\/icon_128.png"
},
"permissions": [
"bookmarks",
"storage",
"unlimitedStorage",
"alarms",
"background",
"tabs",
"favicon",
"history"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"_favicon\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
]
}