Iffy - Authentic Community For Websites

Iffy - Authentic Community For Websites

Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Iffy - Authentic Community For Websites",
  "description": "Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.",
  "version": "1.2.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js",
        "extension.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "storage",
    "alarms"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkHnDM3Ee/hCwtFllPpLXTFqkIo15PILTGnYVQh3FgEQPpZwhZ2z+7AY40JMTy9CnI9vgACWglLPoqQzGC+qD/FyLYBmwcvwD52TOpi7qMslc2ouOLmgWdXn4JV2o8Vrcnkv1i5NafRrPe+1vHgX2Dc0ac7Oq8QjqVJ6nUUic56RiUC/Vjn6ftOoYIi36Os9/GI09LOys25TKZkWrEbEPrSX+nUNzJz61tCJ/D8uS4+WYBEy5ULtXW0z1UtGXtaw12vDbRkvWBMDURxi7esKmGLomjUWyTOI4hxVy8gTKd/FdN9/QrNyAFG87ruVaKGl00cth9+8jifNuzOaCXuONzQIDAQAB",
  "host_permissions": [
    "<all_urls>"
  ],
  "oauth2": {
    "client_id": "709142109069-dl5i5q0rpu94vqrgpqu52923vmbbl59j.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "openid",
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "icons": {
    "16": "16_16_Favicon.png",
    "48": "48_48_Logo.png",
    "128": "128_128_Logo.png"
  }
}