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",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "3.0.3",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi4aqDx3l8172PSYiibF3GCTBrEjQzTV8lea9DMAI+5H5d1w0Uvq0L9h3BSLqrpoxMxTDLvxgpM3cROuO0rBazR9zaOMDSxzy4e3aD9px6VlAIBuJXkBLoZF7p3qPLNPkf9gTyFV+JgOuoA9MM37heD5lwlv9px3Kiwbh\/9OYBGsYAippLdIyrZ+uYu+erhpEXzTMDzYLPbeQ8aVuPXIjacUUThk9r3zuRZw2Fz5jMHSRhLDo9gan6XBxkAGwsdKsVD2IFPmr+XBAojU9WL3v4euE0HgoEsWe+H35fpS3V4xjMh0vsxgQocjGytPWQojijwPsTWOj0uMQY8U3gJu81QIDAQAB",
"author": "[email protected]",
"permissions": [
"webRequest",
"tabs",
"webNavigation",
"storage",
"unlimitedStorage",
"cookies",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "images\/active_icon_16.png",
"32": "images\/active_icon_32.png",
"48": "images\/active_icon_48.png",
"128": "images\/active_icon_128.png"
},
"action": {
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
}
}