Inspect and view changes in Rock Paper Scissors, SHOT! 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": "Rock Paper Scissors, SHOT!",
"version": "1.0",
"description": "Just a silly game to test your luck.",
"browser_action": {
"browser_style": true,
"default_title": "Rock! Paper! Scissors!",
"default_popup": "game.html"
},
"icons": {
"128": "ico.png"
}
}