summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/manifest.json
blob: 115b8d0124a57235e4bd686eb7194428a9339993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "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
}