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": "Dynalist Companion Clipper",
"short_name": "DynaClipper",
"description": "Clip and capture to your Dynalist.",
"version": "0.3",
"icons": {
"48": "image\/icon48.png",
"128": "image\/icon128.png"
},
"browser_action": {
"default_icon": "image\/icon48.png",
"default_title": "Clip this page to Dynalist",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"contextMenus",
"storage",
"*:\/\/*.dynalist.io\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
}