Inspect and view changes in Number Sequence Generator 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": "Number Sequence Generator",
"version": "1.0",
"description": "Number Sequences Generator utility, we have three different types of sequences: the Fibonacci Series, the Prime Number Series, and the Even Odd Number Series.",
"permissions": [],
"browser_action": {
"default_popup": "game.html",
"default_icon": {
"128": "images/seque-logo.png"
}
},
"icons": {
"128": "images/seque-logo.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{2cbae9f3-ba29-40ff-8b75-ebb6b57405a6}"
}
}
}