Examine source code of 勇記冰室 - 是日快餐

Inspect and view changes in 勇記冰室 - 是日快餐 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "勇記冰室 - 是日快餐",
  "description": "查詢是日勇者餐單並跟你的朋友分享",
  "author": "littleshell",
  "version": "1.0.1",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "images/icon-16.png",
    "default_title": "勇記冰室 - 是日快餐",
    "default_popup": "popup.html"
  },
  "offline_enabled": true,
  "options_page": "options.html",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  }
}