Examine source code of rotom-we

Inspect and view changes in rotom-we 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
{
  "manifest_version": 2,
  "name": "rotom-we",
  "version": "0.3.3",
  "author": "XG.Ley",
  "description": "在线表情管理。",
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "icons": {
    "48": "static/icon/icon48.png"
  },
  "options_ui": {
    "page": "html/option.html",
    "browser_style": false
  },
  "sidebar_action": {
    "default_icon": {
      "48": "static/icon/icon48.png"
    },
    "default_panel": "html/sidebar.html",
    "default_title": "在线表情"
  }
}