Inspect and view changes in Cadillac & Dinosaurs Arcade Game 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
{
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Cadillac and Dinosaurs Arcade Game Play No Download"
},
"background": {
"scripts": [
"background.js"
]
},
"description": "Cadillac and Dinosaurs Play No Download Arcade Game on Your Firefox Window",
"name": "Cadillac and Dinosaurs Arcade Game",
"manifest_version": 2,
"permissions": [
"activeTab"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.0"
}