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": 2,
"name": "Calculator",
"version": "1.0",
"description": "A cool & simple Chrome extension calculator!",
"icons": {
"48": "png\/icons48.png"
},
"browser_action": {
"default_icon": "png\/icons48.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}