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",
"manifest_version": 3,
"name": "Linear Comment Sorter",
"version": "1.0.4",
"description": "Add a sort dropdown to Linear issues (Newest\u2192Oldest or Oldest\u2192Newest).",
"permissions": [],
"host_permissions": [
"https:\/\/*.linear.app\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.linear.app\/*"
],
"js": [
"dist\/main.js"
],
"css": [
"dist\/style.css"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}