1
0
mirror of https://github.com/c9fe/22120.git synced 2024-11-12 22:12:31 +01:00
22120/manifest.json

25 lines
539 B
JSON
Raw Normal View History

2021-11-03 05:51:04 +01:00
{
"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": {
}
}