Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"function.js",
"data.js",
"bg.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/48.png",
"default_popup": "pop.html",
"default_title": "__MSG_msgConnecting__"
},
"offline_enabled": true,
"content_security_policy": "default-src 'self' https:\/\/themes.googleusercontent.com; connect-src https:\/\/*.hko.gov.hk https:\/\/*.weather.gov.hk https:\/\/ogciopsi.blob.core.windows.net\/; script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.google.com https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/*.fbcdn.net https:\/\/*.twitter.com; img-src https:\/\/*.hko.gov.hk https:\/\/*.weather.gov.hk data: https:\/\/*.gstatic.com https:\/\/*.google-analytics.com https:\/\/*.facebook.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; frame-src https:\/\/*.google.com https:\/\/*.facebook.com https:\/\/facebook.com https:\/\/*.twitter.com; font-src https:\/\/fonts.gstatic.com;",
"minimum_chrome_version": "22",
"default_locale": "zh_TW",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/icon.png"
},
"name": "__MSG_extensionName__",
"options_page": "options.html",
"permissions": [
"*:\/\/*.hko.gov.hk\/",
"*:\/\/*.weather.gov.hk\/",
"https:\/\/ogciopsi.blob.core.windows.net\/",
"notifications",
"background",
"unlimitedStorage"
],
"manifest_version": 2,
"version": "3.6.1"
}