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",
"name": "Search Later",
"version": "1.1",
"description": "Save Keywords to search them later!",
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_popup": "pages\/popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}