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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.2.4",
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo3ZFXHocPMqD4hKVRRw0nEUNYsxqRKtEikXFk+USeF0MeSqgLUOtX1BArFQkbR1aPdIx+UhwIfLisazUWxNr10c1bQ8\/aori7SnEJobUU\/paP773zd1E8nKLVOxd5NcK74rpH0I6WzB\/aeWi8WCeJOU3t4j1c2BH6edge2RZtja9X7sd73D8CNfVNuehEndLPUutJGV8G0Gc0fXZJjFqc3YMCAx5Faemp6604FWSswc\/s6pdTv6g0zsx9tGSYpdwUj0060eugJOi9n36Wsv0Mz+FawExs3wmfPPzTQx\/WI6kyv3EbhiTOccKWbjwOAmBYL93ljuv5qfl1OWdkdtcswIDAQAB",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"management",
"storage",
"tabs",
"scripting",
"favicon",
"identity"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"shortcut.js"
],
"run_at": "document_start"
}
]
}