Inspect and view changes in Adds Animated Page Action 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
{
"name": "Adds Animated Page Action",
"description": "This extension adds an animated browser action to the toolbar.",
"version": "1.2",
"background": {
"page": "background.html"
},
"page_action": {
"default_title": "First icon"
},
"manifest_version": 2
}