Inspect and view changes in Favorite Publications 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Favorite Publications",
"permissions": [
"https://lunar-mission-762.appspot.com/descargar",
"https://lunar-mission-762.appspot.com/actualizar",
"storage",
"tabs",
"activeTab",
"contextMenus"
],
"description": "Your favorite publications everywhere. Download the mobile aplication from Google Play.",
"icons": {
"16": "icono16.png",
"48": "icono48.png",
"128": "icono128.png"
},
"version": "1.5",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icono19.png",
"38": "icono38.png"
}
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"author": "Riders Technology"
}