Examine source code of IUB Portals | All In One |

Inspect and view changes in IUB Portals | All In One | 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": "IUB Portals | All In One |",
  "short_name": "IUB Portals",
  "version": "0.6",
  "description": "Within this one app you will find all iub portals. Which you can access with one click",
  "author": "Salman Adeeb",
  "homepage_url": "https://iubportals.blogspot.com/",
  "icons": {
    "16": "icons/16.png",
    "24": "icons/24.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "default_locale": "en",
  "action": {
    "default_title": "IUB Portals",
    "default_popup": "index.html",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'none'; connect-src 'none'; script-src 'self'; img-src 'self'; object-src 'none'"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "offline_enabled": true,
  "minimum_chrome_version": "103",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ]
}