Inspect and view changes in Panama Fotografías 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",
"manifest_version": 3,
"name": "Panama Fotografías",
"author": "chriisduran",
"homepage_url": "https://chriisduran.github.io/chriisdurantechnologies/",
"version": "1.0",
"description": "Las mejores fotografías de Panamá en tu navegador.",
"icons": {
"128": "src/images/img-logo.png"
},
"action": {
"default_popup": "src/index-popup.html"
},
"chrome_url_overrides": {
"newtab": "/src/background-screen.html"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "src/js/background.js"
}
}