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_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.50",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"host_permissions": [
"<all_urls>",
"https:\/\/prod-server.andaman7.com\/*"
],
"permissions": [
"activeTab"
],
"action": {
"default_icon": "img\/icon19.png",
"default_popup": "html\/popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}