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_extDescription__",
"default_locale": "en",
"permissions": [
"storage",
"identity",
"tabs"
],
"host_permissions": [],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"exclude_matches": [
"https:\/\/*.google.com\/*",
"https:\/\/*.facebook.com\/*"
],
"matches": [
"<all_urls>"
],
"js": [
"assets\/zepto.min.js",
"js\/content.js"
],
"run_at": "document_end",
"all_frame": false
}
],
"oauth2": {
"client_id": "798448043642-0g7779g8oc9o6v4u45839ql872reepqf.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvV3Km6Z\/3galvelCujl6qNKk\/YwVh7CqfxqtxlewynwEKQ0crlaE\/6v+Uo8RjaIaQ5SvSFM1Odw1HLpl0dDPgxHRdw46dU7RrwkYKLC3oVsiV6Sz8vIwW4KoE\/Rbze5quEHQRjtS3HjD\/N59I+SyEjmp0XTOhOqswbzkjww3ikxw5TQyHSqsZzqLB+kOVmXVHvNNvKAllaa4bSCgDhi6VOuOJavc28L6DHbEgcxK8S95pxlc\/METKjMqaQSdwJs8OyX5zk9rDiLmr+otSJY8liKnJTMUdjnaZ2mep36WkxWPOmEylbR9Ck1GfKEEIYFUZYvb0phIPDAXcZSnDPxzSQIDAQAB",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"version": "2.1.2"
}