Examine source code of Ridan AI: Reduce Screen-time with 100% guarantee

Inspect and view changes in Ridan AI: Reduce Screen-time with 100% guarantee 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",
  "name": "Ridan AI: Reduce Screen-time with 100% guarantee",
  "version": "1.0.3",
  "description": "Put   an   inspiring   quote   on   your entire news feed  to   eliminate   social   media noise",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "scripting"
  ],
  "optional_host_permissions": [
    "http://www.facebook.com/*",
    "https://www.facebook.com/*",
    "http://web.facebook.com/*",
    "https://web.facebook.com/*",
    "http://twitter.com/*",
    "https://twitter.com/*",
    "http://x.com/*",
    "https://x.com/*",
    "https://www.reddit.com/",
    "http://www.reddit.com/",
    "https://old.reddit.com/",
    "http://old.reddit.com/",
    "https://news.ycombinator.com/*",
    "http://www.linkedin.com/*",
    "https://www.linkedin.com/*",
    "https://www.youtube.com/*",
    "https://www.github.com/*",
    "https://github.com/*",
    "http://www.instagram.com/*",
    "https://www.instagram.com/*"
  ],
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Ridan AI"
  },
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": false
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}