小高&小風的抱抱稅倒數計時器

好き♥
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": "小高&小風的抱抱稅倒數計時器",
  "description": "好き♥ This version is for Firefox Extensions.",
  "version": "1.3resigned1",
  "icons": {
    "16": "imgs/icon.png"
  },
  "browser_action": {
    "default_icon": "imgs/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0eaa5bee-3cc2-41d4-91d7-e66f1e8ba43f}"
    }
  }
}