You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
794 B

{
"manifest_version": 2,
"name": "__MSG_name__",
"version": "1.0",
"default_locale": "zh_CN",
"description": "__MSG_description__",
"icons": {
"16": "images/bookmark16.png",
"32": "images/bookmark32.png",
"48": "images/bookmark48.png",
"128": "images/bookmark128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/bookmark16.png",
"32": "images/bookmark32.png",
"48": "images/bookmark48.png",
"128": "images/bookmark128.png"
}
},
"options_page": "options.html",
"homepage_url": "https://github.com/alvisisme",
"permissions": [
"activeTab",
"bookmarks",
"storage"
],
"content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}