This extension makes PathSnip creation fast and easy.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "PathSnips Companion Tool",
"version": "5.0",
"description": "This extension makes PathSnip creation fast and easy.",
"icons": {
"16": "icon_16x16.png",
"48": "icon_48x48.png",
"128": "icon_128x128.png"
},
"browser_action": {
"default_icon": "icon_48x48.png",
"default_popup": "popup.html"
},
"permissions": [
"http://www.pathsnips.com/",
"cookies",
"activeTab"
]
}