Starting analysis...
Version 1.2.1 View in Chrome Web Store
https://login.microsoftonline.com/common/oauth2/v2.0/authorize | https://login.microsoftonline.com/common/oauth2/v2.0/token | |
https://graph.microsoft.com/v1.0/me/drive/items/ | https://graph.microsoft.com/v1.0/me/drive/root/children | |
https://www.googleapis.com/drive/v3/files?q= | https://www.googleapis.com/drive/v3/files | |
https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart | https://www.googleapis.com/drive/v3/files/ | |
https://codemirror.net/5/LICENSE | https://codemirror.net/5 | |
http://marijnhaverbeke.nl/blog/#cm-internals | http://unicode.org/reports/tr9/tr9-13.html | |
https://github.com/codemirror/CodeMirror/pull/5673 | https://bugs.chromium.org/p/chromium/issues/detail?id=489206 | |
http://marijnhaverbeke.nl/blog/codemirror-line-tree.html | http://htmlhint.com/js/htmlhint.js | |
https://npms.io/search?q=ponyfill. | http://jshint.com/docs/options/#nonbsp | |
https://codemirror.net/LICENSE | http://www.w3.org/2000/svg | |
http://github.com/idleberg | https://github.com/idleberg/base16-codemirror | |
https://github.com/chriskempson/base16 | https://github.com/bcat/abbott.vim | |
https://github.com/dempfi/ayu | http://chriskempson.com | |
http://github.com/mkaminsky11 | https://github.com/zenorocha/dracula-theme | |
http://simurai.com/projects/2016/01/01/duotone-themes | https://github.com/idleberg | |
https://github.com/atelierbram/ | https://github.com/krkk | |
https://github.com/morhetz/gruvbox | https://icecoder.net | |
http://lesscss.org/ | https://github.com/raphamorim/lucario | |
http://github.com/equinusocio | https://material-theme.site/ | |
https://github.com/mbonaci/global/blob/master/Mbo.tmTheme | http://tmtheme-editor.herokuapp.com | |
https://github.com/codemirror/CodeMirror/issues | https://developer.mozilla.org/en-US/docs/Web/CSS/animation | |
http://bonsaiden.github.com/JavaScript-Garden | https://github.com/moxer-theme/moxer-code | |
https://github.com/arcticicestudio/nord | https://github.com/fpereira1 | |
https://github.com/voronianski/oceanic-next-color-scheme | http://github.com/siamak/ | |
https://github.com/siamak/atom-panda-syntax | https://github.com/idleberg/Paraiso-CodeMirror | |
http://www.rubenslp.com.br | https://github.com/atomicpages/codemirror-pastel-on-dark-theme | |
http://railscasts.com | https://github.com/jesseweed/seti-syntax | |
http://github.com/overdodactyl | http://ethanschoonover.com/solarized | |
http://ethanschoonover.com/solarized/img/solarized-palette.png | https://github.com/jesseweed/yeti-syntax | |
http://github.com/thomasmaclean | https://github.com/minamarkham | |
https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el | https://github.com/xavi/coderay-lighttable-theme | |
https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css | https://fonts.googleapis.com/css2?family=Figtree:wght@400 | |
https://snippy-server-clean.onrender.com/api/announcements | https://snippy-server-clean.onrender.com/api/random-approved-insult | |
https://www.snippyforquickbase.com/#donate | https://snippy-server-clean.onrender.com/api/click-insult?id= | |
https://snippy-server-clean.onrender.com/api/resend-code?email= | https://snippy-server-clean.onrender.com/api/verify-code?email= | |
https://www.snippyforquickbase.com/feedback.html | https://snippy-server-clean.onrender.com/api/admin/announcements | |
https://www.snippyforquickbase.com/guide.html | https://snippy-server-clean.onrender.com/api/manual-add-code | |
https://snippy-server-clean.onrender.com/api/dev-list-donors | https://snippy-server-clean.onrender.com/api/delete-donor | |
https://snippy-server-clean.onrender.com/api/admin-insults?status= | https://snippy-server-clean.onrender.com/api/insert-insult | |
https://snippy-server-clean.onrender.com/api/delete-insult | https://snippy-server-clean.onrender.com/api/approve-insult |
{ "name": "Snippy Code Enhancer", "icons": { "48": "icon48.png", "128": "icon128.png" }, "oauth2": { "scopes": [ "https://www.googleapis.com/auth/drive.file" ], "client_id": "378800773413-gr916c1v80ukj9upfm8ebq2ar4qe0m3b.apps.googleusercontent.com" }, "version": "1.2.1", "background": { "type": "module", "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Upgrades Quickbase Code Pages and Formulas with themes and error checking. Allows revision saving. ", "permissions": [ "identity", "storage" ], "content_scripts": [ { "js": [ "lib/beautifier.bundle.js", "injectEditor.js" ], "css": [], "matches": [ "https://*.quickbase.com/db/*?a=pageedit*", "https://*.quickbase.com/nav/app/*/action/pageedit*", "https://*.quickbase.com/db/*?a=mf&*", "https://*.quickbase.com/nav/app/*/table/*/action/mf?*" ] } ], "host_permissions": [ "https://*.quickbase.com/*" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "https://*.quickbase.com/*" ], "resources": [ "editor.html", "editor.js", "lib/beautifier.bundle.js", "formula-beautifier.js", "qb-formula-mode.js", "codemirror/*", "codemirror/theme/*.css", "snippy-logo.svg", "page_world_script.js", "themes.json", "icon16.png", "icon32.png", "icon48.png", "icon128.png" ] } ] }