Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CritiPage", "description": "CritiPage: browser Extension for Page Comments and Ratings", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "host_permissions": [ "http:\/\/localhost:8080\/", "https:\/\/critipage-backend.baghdevhub.com\/", "https:\/\/people.googleapis.com\/v1\/" ], "permissions": [ "tabs", "identity", "identity.email" ], "background": { "service_worker": "background.js", "type": "module" }, "oauth2": { "client_id": "413299857409-utfpacesle4hoj8a1n04m72ev85e62ad.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh0fVjXZHFss53NAH8Gt7IyoGLWQt\/DJrDtEswiOQSO2F62sIg27MbTdknUhODworTeJrddbw4TE0dBtl7FFCPKmcb5VIwVKH235qrJewI1EFbwdAAnDkSpJIufWkUeMyjjHrSBZWnzcUretMOwSi\/AnxWe6V+L89OlcWvV9y7lj62tNxvyTiz1ajvEw3PS2R+n140i5MnR4WOhbueSR+jkR13e6\/YYJXZCznGWhe7Rjj4St6NIxoQfveNHEvcqRFZveScm6lqRfIhhpu8Fw9arxZahzniXAASzK2GAXLOkMWDlUzYLA4CKpLUDyhJ9nS7PM0yG3BQUobFYaVi9SbOQIDAQAB" }