Agenda2.0 - Archiviazione documenti
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",
"name": "Agenda2.0 - Archiviazione documenti",
"version": "1.2",
"manifest_version": 2,
"description": "Agenda2.0 - Archiviazione documenti",
"browser_action": {
"default_icon": "Archivia.png",
"default_popup": "popup.html"
},
"short_name": "Agenda2.0_A",
"permissions": [
"downloads",
"tabs",
"<all_urls>",
"http://*/*",
"https://*/*",
"fileSystem"
]
}