Home | History | Annotate | Download | only in cookies
      1 {
      2   "name" : "Cookie API Test Extension",
      3   "version" : "0.7",
      4   "description" : "Testing Cookie API",
      5   "permissions": [ "cookies", "tabs", "http://*/*", "https://*/*" ],
      6   "icons": { "16": "cookie.png", "48": "cookie.png", "128": "cookie.png" },
      7   "browser_action": {
      8     "default_icon": "cookie.png"
      9   },
     10   "background_page": "background.html"
     11 }
     12