Inspect and view changes in ProNoto: Floating Notes, AI Assistant, Teleprompter & Screenshots 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": 3,
"name": "ProNoto: Floating Notes, AI Assistant, Teleprompter & Screenshots",
"version": "8.8.13",
"description": "All-in-one AI assistant with unique floating notes, a browser-based teleprompter, instant screenshots, web capture & more AI Tools.",
"action": {
"default_icon": "images/icon48.png",
"default_popup": "popup_ext.html"
},
"icons": {
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"background": {
"service_worker": "scripts/background.js"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"scripts/lib/jquery-3.3.1.min.js",
"scripts/lib/jquery-ui.js",
"scripts/lib/jquery.overlayScrollbars.js",
"scripts/lib/html2canvas.min.js",
"scripts/lib/moment.min.js",
"scripts/lib/content.js",
"scripts/lib/jquery.Jcrop.min.js"
],
"css": [
"css/jquery-ui.css",
"css/content.css",
"css/jquery.Jcrop.min.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"images/*",
"popup.html",
"prompter.html",
"ai_popup.html",
"ai_popup_tab.html",
"popout_script.html",
"settings.html"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"permissions": [
"storage",
"tabs",
"scripting",
"contextMenus",
"identity"
],
"host_permissions": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
},
"oauth2": {
"client_id": "674527154243-dhcf50ljhc84fhjn7bg3h6g8kksf95cv.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl1Xu4vL4pYlBDFaWmUUYb1rT2KIjrM0ClMLXEteKTpb7s8W0Q/8D5vsytDoRfhG2o0Bl9A+s00UgUN5/XYKKqjJTvSFq2WvS7MG83fmmTzK8ipWKD6MwJ1CZqVbpoeVI7lA2jXMi4GQeoL6E/dNUnC79FnBnwqzu1r20knFCsgcFc8OL8SY/av6f83cBAMAuv4dcTGu1cGSGqxdK0eBfvgnD/lCH+iCrkDGty92hN6WnTGO91HQSrpRq2LoxcH9dxIcPfXBbhqYDTqu3GwJ/veS0yflFc/m9NO9ukFcu/dhHAeaE/a/5L69OWASqVMWWoMiMc49B4oHPxYzhbbhnAwIDAQAB"
}