Inspect and view changes in Ziflow - Review and Approval 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": "Ziflow - Online Review and Approval",
"description": "Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites",
"version": "1.6.5",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Ziflow - Online Review and Approval"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"all_frames": true
}
],
"permissions": [
"<all_urls>",
"webRequest",
"webRequestBlocking",
"activeTab",
"webNavigation"
],
"browser_specific_settings": {
"gecko": {
"id": "{21f13380-9fa3-4d25-9011-3f6f73634008}"
}
}
}