Inspect and view changes in Castor - Colete texto mais rápido que nunca source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Castor - Colete texto mais rápido que nunca",
"version": "1.0.4",
"description": "Permite a você coletar textos de sites, blogs, notícias e etc.",
"icons": {
"96": "icons/logo-castor-96.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http://*/*",
"https://*/*",
"menus",
"activeTab"
],
"browser_action": {
"default_icon": {
"96": "icons/logo-castor-96.png"
},
"default_title": "Castor Coletor de Texto",
"default_popup": "views/installed.html"
}
}