Inspect and view changes in Sponge - free audiobook finder for audible 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": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Sponge - free audiobook finder for audible",
"version": "0.0.4",
"description": "",
"author": "Sponge Audio",
"icons": {
"128": "/img/logo.png"
},
"browser_action": {
"default_icon": "/img/logo.png",
"default_popup": "/pages/popup/index.html"
},
"background": {
"scripts": [
"/lib/jquery.min.js",
"/lib/URI.min.js",
"/lib/moment.min.js",
"/lib/x.js",
"/js/components/UrlManager.js",
"/js/background/background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"storage",
"webNavigation",
"http://www.gutenberg.org/*",
"https://librivox.org/*",
"https://www.audible.com/*",
"https://www.audible.ca/*",
"https://www.audible.co.uk/*",
"https://www.audible.com.au/*"
],
"web_accessible_resources": [
"/*"
]
}