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_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "1.0.6",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkx1hl7E\/4rkk+jC4g3YQcst3usxH\/min1EBmbpfLoBpH2oXTPJSXxYIoIEG7DJTeti0GNoAK6J4WkRiUUB64l0vRklbZr0idllnmqzaeYDdks6OVQ4JppHHEbejSHu9VPFejacdiK2qg\/T6g09tk+iEUSeBB4vomgy15F2rtZvu3W4+Zn1j3E6woeATwt\/pCAFvLVBBJ1v2YMqP3Ph7M\/efu3FaC+6FfvNScSaNEA\/9+vaqTak2UOrm7CGZ9qbCy17Ml6a5GN5h2VRNtxdQfh8bBWZV9q3Svrq0lhNUKmpAlDe7NbTqMS9LoyLCIIIPx1wk6dG\/DuIf1rDRz\/6tuaQIDAQAB",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"bookmarks",
"identity"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js",
"menu.js"
],
"css": [
"content.css",
"menu.css"
],
"run_at": "document_idle",
"all_frames": true
}
],
"action": {
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}