github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/clients/chrome/clip-it-good/manifest.json (about)

     1  {
     2    "name": "Clip It Good",
     3    "version": "0.1",
     4    "description": "Save webpage clippings and images to your Picasa Web Albums.",
     5    "background_page": "background.html",
     6    "options_page": "options.html",
     7    "permissions": [
     8        "tabs",
     9        "http://*/*",
    10        "https://*/*",
    11        "https://www.google.com/accounts/OAuthGetRequestToken",
    12        "https://www.google.com/accounts/OAuthAuthorizeToken",
    13        "https://www.google.com/accounts/OAuthGetAccessToken",
    14        "https://picasaweb.google.com/data/*",
    15        "contextMenus"
    16        ],
    17    "page_action": {
    18      "default_icon": "icon19.png"
    19      },
    20    "minimum_chrome_version": "9.0",
    21    "icons": {
    22        "48": "icon48.png",
    23        "128": "icon128.png"
    24      }
    25  }