Inspect and view changes in EventosVegs 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
{
"update_url": "http://clients2.google.com/service/update2/crx",
"name": "EventosVegs",
"description": "Agenda dos acontecimentos vegetarianos/veganos , campanhas de adoção, vacinação, passeatas, manifestações, etc",
"version": "2.1",
"manifest_version": 2,
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https://www.google.com/calendar/"
],
"js": [
"./app.js",
"./jquery.js"
],
"css": [
"./app.css"
]
}
],
"permissions": [
"https://www.google.com/calendar/*"
],
"app": {
"launch": {
"local_path": "index.html"
}
},
"optional_permissions": [
"https://www.google.com/calendar/"
],
"offline_enabled": true
}