Inspect and view changes in Word Bank 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
{
"name": "Word Bank",
"version": "2.0.7.63",
"manifest_version": 2,
"minimum_chrome_version": "28",
"description": "Create and use word banks for writing, vocabulary, spelling, comprehension, and recall. Click to insert and speak on hover built in.",
"background": {
"page": "background/background.html"
},
"options_page": "options/options.html",
"content_scripts": [
{
"css": [
"common/ui/effects.css",
"contentScripts/geometryController.css",
"contentScripts/mainContainer.css"
],
"matches": [
"<all_urls>"
],
"exclude_matches": [
"https://login.donjohnston.net/*",
"https://pdf.snapandread.com/onedrive/*",
"https://pdf.snapandread.com/gdrive/*"
],
"run_at": "document_start"
},
{
"js": [
"thirdParty/jquery/jquery-3.1.1.min.js",
"thirdParty/d3/d3.v4.min.js",
"thirdParty/d3-cloud/d3.layout.cloud.js",
"thirdParty/d3-scale/d3-scale.v1.min.js",
"thirdParty/d3-scale-chromatic/d3-scale-chromatic.v1.min.js",
"thirdParty/jspdf/jspdf-1.3.5.min.js",
"thirdParty/rasterizeHTML/rasterizeHTML-1.3.0.js",
"common/logger.js",
"common/utilities.js",
"common/charSet.js",
"common/ui/effects.js",
"common/ui/templates.js",
"contentScripts/geometryController.js",
"contentScripts/printController.js",
"contentScripts/downloadController.js",
"contentScripts/layout.js",
"contentScripts/readability.js",
"contentScripts/googleDocsUtil.js",
"contentScripts/mainContainer.js",
"contentScripts/selectionMapper.js",
"contentScripts/contentScriptManager.js"
],
"matches": [
"<all_urls>"
],
"exclude_matches": [
"https://login.donjohnston.net/*",
"https://pdf.snapandread.com/onedrive/*",
"https://pdf.snapandread.com/gdrive/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "resources/graphics/wbuIcon-16x16.png",
"48": "resources/graphics/wbuIcon-48x48.png",
"128": "resources/graphics/wbuIcon-128x128.png",
"256": "resources/graphics/wbuIcon-256x256.png"
},
"browser_action": {
"default_icon": {
"19": "resources/graphics/wbuLoading_19.png",
"38": "resources/graphics/wbuLoading_38.png"
},
"default_title": "Word Bank Universal"
},
"web_accessible_resources": [
"go.html",
"status",
"background/helpers/speechRecognitionPermission.html",
"resources/images/add.svg",
"resources/images/search.svg",
"resources/images/mic.svg",
"resources/images/mic-off.svg",
"resources/images/options-white.svg",
"resources/images/options-black.svg",
"resources/images/settings-black.svg",
"resources/images/favorites-white.svg",
"resources/images/favorites-pink.svg",
"resources/images/favorites-saved.svg",
"resources/images/sign-out-black.svg",
"resources/images/ic_arrow.svg",
"resources/images/ic_arrow_up.svg",
"resources/images/ic_arrow_down.svg",
"resources/images/ic_arrow_white.svg",
"resources/images/ic_nature_people_black_24px.svg",
"resources/images/ic_done_black_24px.svg",
"resources/images/recent.svg",
"resources/images/recent-active.svg",
"resources/images/recent-inactive.svg",
"resources/images/favorites-active.svg",
"resources/images/favorites-inactive.svg",
"resources/images/edit-word-black.svg",
"resources/images/delete-black.svg",
"resources/images/download-black.svg",
"resources/images/print-black.svg",
"resources/images/font-black.svg",
"resources/images/layout-black.svg",
"resources/images/number-of-words-black.svg",
"resources/images/number-of-words-min.svg",
"resources/images/number-of-words-max.svg",
"resources/images/arrow-dropright-black.svg",
"resources/images/clear-recents-black.svg",
"resources/images/close-search-bar-black.svg",
"resources/images/little.svg",
"resources/images/big.svg",
"resources/images/tip_no_word_bank.svg",
"resources/images/tip_no_favorites.svg",
"resources/images/poweredByDuckDuckGo.jpg",
"resources/images/poweredByDuckDuckGo.svg",
"common/ui/effects.css",
"contentScripts/mainContainer.html",
"contentScripts/mainContainer.css",
"contentScripts/mainContainerPrintable.css",
"contentScripts/geometryController.css",
"contentScripts/selectionMapperGoogleDocsProxy.js",
"resources/fonts/*"
],
"permissions": [
"<all_urls>",
"tabs",
"tts",
"unlimitedStorage",
"webRequest",
"webRequestBlocking",
"notifications"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}