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": "__MSG_extName__",
"version": "1.0",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"128": ".\/assets\/images\/128x128-icon.png"
},
"background": {
"scripts": [
".\/background\/background.js"
]
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"<all_urls>"
],
"js": [
".\/content_script\/content_script.js"
]
}
],
"permissions": [
"contextMenus"
]
}