Inspect and view changes in *FY* RAI 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,
"name": "*FY* RAI",
"version": "0.3resigned1",
"content_scripts": [
{
"matches": [
"*://www.respondeai.com.br/*"
],
"js": [
"inject.js"
],
"all_frames": true
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"content.js"
],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"activeTab",
"<all_urls>"
],
"browser_action": {
"default_icon": "icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{3005da52-558f-4a1a-8dbd-f59552342939}"
}
}
}