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_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "1.2.3",
"icons": {
"16": "icons\/icons-16.png",
"48": "icons\/icons-57.png",
"128": "icons\/icons-96.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtyvdsJG0gvI3VZgcYt7sLfoUsQxyYYnZd+0NWkN5jxz6qAe84VdYRdyW2qXw\/o4fnbabk9TJQa1edoBBNuGwhSZ2SK0\/f5ZC74oeMJz0GIlp9e2Y6L6hvxlJmumgJ9Q+ShTVTZVGbShJfXhDDqI+tnxzC1t6uQ8nmgJSEFZklfIEElJG8c\/2O+ZJ4+RCQzW9TTGI6n6sqHHr0E5X6FaEFmiLxPG33kAt1JKx+mtwKasS0YOV9BxkMcSUjgdWiOgsjczJ\/Alb9H9USvyBwxAXOawRos0M+s4pqbhOY+0W6UypjQsmHqsZYpf+omb8RxSM6XYxsR\/+OUpdACbevYNdXwIDAQAB",
"oauth2": {
"client_id": "1048403834198-vb8p0kuc4jg6jpoberb0n14glcf0p26c.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"background": {
"service_worker": "\/mybackground.js",
"type": "module"
},
"action": {
"default_popup": "popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [],
"options_page": "options.html",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"identity",
"identity.email",
"downloads",
"storage",
"notifications",
"system.display",
"cookies"
],
"sandbox": {
"pages": [
"ltsmSandbox.html",
"cropperSandbox.html"
]
}
}