2015-01-29 18:41:45 +00:00
|
|
|
{
|
|
|
|
"name": "Stylish",
|
2015-09-29 00:42:45 +00:00
|
|
|
"version": "1.4.0",
|
2015-01-29 18:41:45 +00:00
|
|
|
"description": "__MSG_description__",
|
2015-04-21 16:00:01 +00:00
|
|
|
"homepage_url": "https://userstyles.org",
|
2015-01-29 18:41:45 +00:00
|
|
|
"manifest_version": 2,
|
|
|
|
"icons": {
|
2015-05-14 21:24:10 +00:00
|
|
|
"16": "16.png",
|
2015-01-29 18:41:45 +00:00
|
|
|
"48": "48.png",
|
|
|
|
"128": "128.png"
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"tabs",
|
2015-01-30 17:28:05 +00:00
|
|
|
"webNavigation",
|
2015-03-25 17:59:10 +00:00
|
|
|
"contextMenus",
|
2015-01-29 18:41:45 +00:00
|
|
|
"http://userstyles.org/",
|
|
|
|
"https://userstyles.org/"
|
|
|
|
],
|
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
2015-03-24 14:07:59 +00:00
|
|
|
"commands": {
|
|
|
|
"openManage": {
|
|
|
|
"description": "__MSG_openManage__"
|
|
|
|
},
|
|
|
|
"styleDisableAll": {
|
|
|
|
"description": "__MSG_disableAllStyles__"
|
|
|
|
}
|
|
|
|
},
|
2015-01-29 18:41:45 +00:00
|
|
|
"content_scripts": [
|
|
|
|
{
|
2015-08-06 10:05:36 +00:00
|
|
|
"matches": ["<all_urls>"],
|
2015-01-29 18:41:45 +00:00
|
|
|
"run_at": "document_start",
|
|
|
|
"all_frames": true,
|
|
|
|
"js": ["apply.js"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": ["http://userstyles.org/*", "https://userstyles.org/*"],
|
|
|
|
"run_at": "document_end",
|
|
|
|
"all_frames": false,
|
|
|
|
"js": ["install.js"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"options_page": "manage.html",
|
|
|
|
"browser_action": {
|
2015-05-14 21:24:10 +00:00
|
|
|
"default_icon": {
|
|
|
|
"19": "19w.png",
|
|
|
|
"38": "38w.png"
|
|
|
|
},
|
2015-01-29 18:41:45 +00:00
|
|
|
"default_title": "Stylish",
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
|
|
|
"default_locale": "en"
|
|
|
|
}
|