Can I Use? for Chrome

Can I Use? for Chrome

Can I Use? for Chrome - Support tables for HTML5, CSS3, etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Can I Use? for Chrome",
  "short_name": "caniuse?",
  "version": "1.0.6",
  "manifest_version": 2,
  "description": "Can I Use? for Chrome - Support tables for HTML5, CSS3, etc",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Can I Use?",
    "default_icon": {
      "48": "icon48.png",
      "96": "icon96.png"
    },
    "default_popup": "index.html"
  }
}