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",
"version": "1.2.7",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"author": "GAZINN",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmYmVl\/Yds5u5hv8sjIutdXYTi9XILIotjWF5nsKl2+zqIZvPS1NhrYe4rgQFpiIYI8HxOTgLQsTNKFxOHDp6zIgyH3uHyAH66fA6xQwu5SAqUr7C9yJXTUMzhHL1MhWhT5fZp6z6w7WRuFtGEGXBwznw119nvDJ9HcUXQ3KQB5EUDBZNUwWI1JQSbwTZeFZ0O\/S1dt1f6Mwj87g7SPhNvnNN6Z+yqbXz3fRkVxmLGVJ1VP3QI1mxZKNQZ18E2ojzE5oswPbprap9aTC1sHZWORb+NNx2PSNePKEE0jLyNm2j+DJhTC9Y9pxE6kzezLtwcbUl5HushLkoRQ6PBl3dOQIDAQAB",
"action": {
"default_icon": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"48": "\/images\/48.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"48": "\/images\/48.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"scripting",
"storage",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"https:\/\/appbox.space\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"lib\/amplitude.js"
],
"matches": [
"<all_urls>"
]
}
]
}