1
0
mirror of https://github.com/c9fe/22120.git synced 2024-10-28 06:32:28 +01:00
22120/manifest.json
Cris Stringfellow 24ab9c8613 New
2021-11-03 04:51:04 +00:00

25 lines
539 B
JSON

{
"name": "Archivists Anonymous",
"short_name": "22120",
"version": "1.0",
"manifest_version": 2,
"minimum_chrome_version": "33",
"description": "An archivist browser controller that caches everything you browse, and serves it when you're offline.",
"homepage_url": "https://github.com/dosyago/22120",
"permissions" :
[
"tabs",
"<all_urls>",
"debugger",
"storage",
"unlimitedStorage"
],
"background": {
"persistent": true,
"page": "ext/bg_page.html"
},
"browser_action": {
}
}