fdbfb23547
* parserlib: fast section extraction, tweaks and speedups
* csslint: "simple-not" rule
* csslint: enable and fix "selector-newline" rule
* simplify db: resolve with result
* simplify download()
* remove noCode param as it wastes more time/memory on copying
* styleManager: switch style<->data names to reflect their actual contents
* inline method bodies to avoid indirection and enable better autocomplete/hint/jump support in IDE
* upgrade getEventKeyName to handle mouse clicks
* don't trust location.href as it hides text fragment
* getAllKeys is implemented since Chrome48, FF44
* allow recoverable css errors + async'ify usercss.js
* openManage: unminimize windows
* remove the obsolete Chrome pre-65 workaround
* fix temporal dead zone in apply.js
* ff bug workaround for simple editor window
* consistent window scrolling in scrollToEditor and jumpToPos
* rework waitForSelector and collapsible <details>
* blank paint frame workaround for new Chrome
* extract stuff from edit.js and load on demand
* simplify regexpTester::isShown
* move MozDocMapper to sections-util.js
* extract fitSelectBox()
* initialize router earlier
* use helpPopup.close()
* fix autofocus in popups, follow-up to 5bb1b5ef
* clone objects in prefs.get() + cosmetics
* reuse getAll result for INC
112 lines
3.0 KiB
JSON
112 lines
3.0 KiB
JSON
{
|
|
"name": "Stylus",
|
|
"version": "1.5.14",
|
|
"minimum_chrome_version": "55",
|
|
"description": "__MSG_description__",
|
|
"homepage_url": "https://add0n.com/stylus.html",
|
|
"manifest_version": 2,
|
|
"icons": {
|
|
"16": "images/icon/16.png",
|
|
"32": "images/icon/32.png",
|
|
"48": "images/icon/48.png",
|
|
"128": "images/icon/128.png"
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"webNavigation",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"contextMenus",
|
|
"storage",
|
|
"unlimitedStorage",
|
|
"alarms",
|
|
"identity",
|
|
"<all_urls>"
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"js/polyfill.js",
|
|
"js/toolbox.js",
|
|
"js/msg.js",
|
|
"js/prefs.js",
|
|
"js/storage-util.js",
|
|
"js/sections-util.js",
|
|
"js/worker-util.js",
|
|
|
|
"background/common.js",
|
|
|
|
"background/db.js",
|
|
"background/icon-manager.js",
|
|
"background/navigation-manager.js",
|
|
"background/style-search-db.js",
|
|
"background/style-via-webrequest.js",
|
|
"background/sync-manager.js",
|
|
"background/tab-manager.js",
|
|
"background/token-manager.js",
|
|
"background/update-manager.js",
|
|
"background/usercss-install-helper.js",
|
|
"background/usercss-manager.js",
|
|
|
|
"background/style-manager.js",
|
|
"background/background.js"
|
|
]
|
|
},
|
|
"commands": {
|
|
"_execute_browser_action": {},
|
|
"openManage": {
|
|
"description": "__MSG_openManage__"
|
|
},
|
|
"reload": {
|
|
"description": "__MSG_reload__"
|
|
},
|
|
"styleDisableAll": {
|
|
"description": "__MSG_disableAllStyles__"
|
|
}
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"run_at": "document_start",
|
|
"all_frames": true,
|
|
"match_about_blank": true,
|
|
"js": [
|
|
"js/polyfill.js",
|
|
"js/msg.js",
|
|
"js/prefs.js",
|
|
"content/style-injector.js",
|
|
"content/apply.js"
|
|
]
|
|
},
|
|
{
|
|
"matches": ["http://userstyles.org/*", "https://userstyles.org/*"],
|
|
"run_at": "document_start",
|
|
"all_frames": true,
|
|
"js": ["content/install-hook-userstyles.js"]
|
|
},
|
|
{
|
|
"matches": ["https://openusercss.org/*", "https://openusercss.com/*"],
|
|
"run_at": "document_start",
|
|
"all_frames": false,
|
|
"js": ["content/install-hook-openusercss.js"]
|
|
}
|
|
],
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"16": "images/icon/16w.png",
|
|
"32": "images/icon/32w.png",
|
|
"19": "images/icon/19w.png",
|
|
"38": "images/icon/38w.png"
|
|
},
|
|
"default_title": "Stylus",
|
|
"default_popup": "popup.html"
|
|
},
|
|
"default_locale": "en",
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}",
|
|
"strict_min_version": "53.0"
|
|
}
|
|
},
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2ypG+Z/beZtoYrxxwXYhMwQiAiwRVnSHqdpOSzJdjsXVWdvJjlgEuZcU8kte75w58P45LsRUrwvU6N9x12S6eW84KNEBC8rlZj0RGNoxuhSAcdxneYzjJ9tBkZKOidVedYHHsi3LeaXiLuTNTBR+2lf3uCNcP0ebaFML9uDLdYTGEW4eL3hnEKYPSmT1/xkh4bSGTToCg4YNuWWWoTA0beEOpBWYkPVMarLDQgPzMN5Byu5w3lOS2zL0PPJcmdyk3ez/ZsB4PZKU+h17fVA6+YTvUfxUqLde5i2RiuZhEb6Coo5/W90ZW1yCDC9osjWrxMGYeUMQWHPIgFtDhk4K6QIDAQAB"
|
|
}
|