Inspect and view changes in styleGPT - The best customizer for ChatGPT 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
{
"manifest_version": 2,
"version": "1.4.1",
"name": "__MSG_name__",
"description": "__MSG_description__",
"author": "PigeonPosse Collective",
"homepage_url": "https://pigeonposse.com",
"default_locale": "en",
"icons": {
"96": "icon-96.905e9482.png"
},
"browser_action": {
"default_popup": "popup.d5c8d6af.html"
},
"background": {
"scripts": [
"background.adaa6ece.js"
],
"persistent": true
},
"permissions": [
"storage",
"activeTab",
"menus"
],
"content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
"applications": {
"gecko": {
"id": "{8f0f11ab-1cc1-4db9-81a3-251de69235d9}"
},
"chrome": {
"id": "khoggafmiibmeihpkpbkllkkdfhmokoj"
}
}
}