dotfiles/.config/browsh/firefox_profile/cache2/entries/15758DCACDAB740D5013FDFB1A7DE2E16CA99FB9
RafayAhmad7548 3251bca29a update
2024-12-28 16:34:14 +05:00

34 lines
No EOL
24 KiB
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"permissions":{},"data":{"schema":{"type":"object","allOf":[{"if":{"properties":{"recordType":{"const":"engine"}}},"then":{"required":["recordType","identifier","base","variants"],"properties":{"base":{"type":"object","title":"Base Details","required":["name","urls","classification"],"properties":{"name":{"type":"string","title":"Name","maxLength":100,"description":"The user visible name for the search engine."},"urls":{"$ref":"#/definitions/urls"},"aliases":{"type":"array","items":{"type":"string","pattern":"^[a-z\\xa1-\\uffff]*$"},"title":"Aliases","description":"An array of aliases that the user can use to search with this engine. The aliases will be prefix by '@' on desktop and potentially other platforms.","uniqueItems":true},"charset":{"type":"string","title":"Character Set","pattern":"^[a-zA-Z0-9-]*$","description":"The character set this engine uses for queries. Defaults to 'UTF=8' if not set."},"partnerCode":{"$ref":"#/definitions/partnerCode"},"classification":{"enum":["general","unknown"],"type":"string","title":"Classification","description":"The classification of search engine according to the main search types (e.g. general, shopping, travel, dictionary). Currently, only marking as a general search engine is supported."}},"description":"Base details for the engine."},"notes":{"type":"string","title":"Notes","pattern":"^[a-zA-Z0-9-_.() ]*$","description":"A short notes section used to potentially aid identification of this section for humans. Not intended for to be read by the application."},"variants":{"type":"array","items":{"type":"object","required":["environment"],"properties":{"urls":{"$ref":"#/definitions/urls"},"optional":{"type":"boolean","title":"Optional","description":"This search engine is presented as an option that the user may enable. It is not included in the initial list of search engines. If not specified, defaults to false."},"environment":{"$ref":"#/definitions/environment"},"partnerCode":{"$ref":"#/definitions/partnerCode"},"subVariants":{"type":"array","items":{"type":"object","required":["environment"],"properties":{"urls":{"$ref":"#/definitions/urls"},"optional":{"type":"boolean","title":"Optional","description":"This search engine is presented as an option that the user may enable. It is not included in the initial list of search engines. If not specified, defaults to false."},"environment":{"$ref":"#/definitions/environment"},"partnerCode":{"$ref":"#/definitions/partnerCode"},"telemetrySuffix":{"type":"string","title":"Telemetry Suffix","pattern":"^[a-zA-Z0-9-]*$","description":"Suffix that is appended to the search engine identifier following a dash, i.e. `<identifier>-<suffix>`. There should always be a suffix supplied if the partner code is different for a reason other than being on a different platform."}}},"title":"Subvariants","description":"This section describes subvariations of this search engine that may occur depending on the user's environment. The last subvariant that matches the user's environment will be applied to the engine."},"telemetrySuffix":{"type":"string","title":"Telemetry Suffix","pattern":"^[a-zA-Z0-9-]*$","description":"Suffix that is appended to the search engine identifier following a dash, i.e. `<identifier>-<suffix>`. There should always be a suffix supplied if the partner code is different for a reason other than being on a different platform."}}},"title":"Variants","description":"This section describes variations of this search engine that may occur depending on the user's environment. The last variant that matches the user's environment will be applied to the engine, subvariants may also be applied."},"identifier":{"type":"string","title":"Identifier","pattern":"^[a-zA-Z0-9-_]*$","description":"The identifier of the search engine. This is used as an internal identifier, e.g. for saving the user's settings for the engine. It is also used to form the base telemetry id and may be extended by telemetrySuffix."},"recordType":{"$ref":"#/definitions/recordType"}}}},{"if":{"properties":{"recordType":{"const":"defaultEngines"}}},"then":{"required":["recordType","globalDefault"],"properties":{"recordType":{"$ref":"#/definitions/recordType"},"globalDefault":{"type":"string","title":"Global Default","pattern":"^[a-zA-Z0-9-_]*$","description":"The identifier of the engine that will be used as the application default if no other engines are specified as default."},"specificDefaults":{"type":"array","items":{"type":"object","oneOf":[{"required":["environment","default"]},{"required":["environment","defaultPrivate"]},{"required":["environment","default","defaultPrivate"]}],"properties":{"default":{"type":"string","title":"Default","pattern":"^[a-zA-Z0-9-_]*\\*?$","description":"The identifier of the engine that will be used as the application default for the associated environment. If the entry is suffixed with a star, matching is applied on a \"starts with\" basis."},"environment":{"$ref":"#/definitions/environment"},"defaultPrivate":{"type":"string","title":"Default - Private Mode","pattern":"^[a-zA-Z0-9-_]*\\*?$","description":"The identifier of the engine that will be used as the application default in private mode for the associated environment. If the entry is suffixed with a star, matching is applied on a \"starts with\" basis."}}},"title":"Filters","description":"The specific environment filters to set a different default engine. The array is ordered, when multiple entries match on environments, the later entry will override earlier entries."},"globalDefaultPrivate":{"type":"string","title":"Global Default - Private Mode","pattern":"^[a-zA-Z0-9-_]*$","description":"The identifier of the engine that will be used as the application default in private mode if no other engines are specified as default."}}}},{"if":{"properties":{"recordType":{"const":"engineOrders"}}},"then":{"required":["recordType","orders"],"properties":{"orders":{"type":"array","items":{"type":"object","required":["environment"],"properties":{"order":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9-_]*\\*?$"},"title":"Engine Order","description":"The order of the engines for the associated environment. If engines are present for the user but not included in this list, they will follow after the ones in this list in alphabetical order. If an individual entry is suffixed with a star, matching is applied on a \"starts with\" basis."},"environment":{"$ref":"#/definitions/environment"}}},"title":"Orders","description":"When a user's instance matches the defined environments, the associated engine order will be applied. The array is ordered, when multiple entries match on environments, the later entry will override earlier entries."},"recordType":{"$ref":"#/definitions/recordType"}}}}],"title":"Application Provided Search Engines Schema","properties":{"recordType":{"$ref":"#/definitions/recordType"}},"definitions":{"url":{"type":"object","properties":{"base":{"type":"string","title":"Base","description":"The PrePath and FilePath of the URL. May include variables for engines which have a variable FilePath, e.g. {searchTerm} for when a search term is within the path of the url."},"method":{"enum":["GET","POST"],"type":"string","title":"Method","pattern":"^(GET|POST)$","description":"The HTTP method to use to send the request. If not specified, defaults to GET."},"params":{"type":"array","items":{"type":"object","oneOf":[{"required":["name","value"]},{"required":["name","experimentConfig"]},{"required":["name","searchAccessPoint"]}],"title":"Parameter","properties":{"name":{"type":"string","title":"Name","pattern":"^[a-zA-Z0-9-_]*$","description":"The parameter name"},"value":{"type":"string","title":"Value","pattern":"^[a-zA-Z0-9-_{}]*$","description":"The parameter value, this may be a static value, or additionally contain a parameter replacement, e.g. {inputEncoding}. For the partner code parameter, this field should be {partnerCode}."},"experimentConfig":{"type":"string","title":"Experiment Configuration","pattern":"^[a-zA-Z0-9-_]*$","description":"The value for the parameter will be derived from the equivalent experiment configuration value. If not experiment is present, this parameter will not be included in the final url."},"searchAccessPoint":{"type":"object","title":"Search Access Point","properties":{"newtab":{"type":"string","title":"Name","pattern":"^[a-zA-Z0-9-_]*$","description":"The value for the parameter when searched from the new tab page."},"homepage":{"type":"string","title":"Name","pattern":"^[a-zA-Z0-9-_]*$","description":"The value for the parameter when searched from the homepage."},"searchbar":{"type":"string","title":"Name","pattern":"^[a-zA-Z0-9-_]*$","description":"The value for the parameter when searched from the search bar."},"addressbar":{"type":"string","title":"Name","pattern":"^[a-zA-Z0-9-_]*$","description":"The value for the parameter when searched from the address bar."},"contextmenu":{"type":"string","title":"Name","pattern":"^[a-zA-Z0-9-_]*$","description":"The value for the parameter when searched from the context menu."}},"description":"A parameter whose value depends on the access point where the search was initiated."}}},"title":"Parameters","description":"The parameters for this URL."},"searchTermParamName":{"type":"string","title":"Search Term Parameter Name","pattern":"^[a-zA-Z0-9-_]*$","description":"The name of the query parameter for the search term. Automatically appended to the end of the query. This may be skipped if `{searchTerm}` is included in the base."}}},"urls":{"type":"object","title":"URLs","properties":{"search":{"$ref":"#/definitions/url","title":"Search URL","description":"The URL to use for searches"},"trending":{"$ref":"#/definitions/url","title":"Trending Suggestions URL","description":"The URL to use for tending suggestions"},"suggestions":{"$ref":"#/definitions/url","title":"Suggestions URL","description":"The URL to use for suggestions"}},"description":"The URLs associated with the search engine."},"recordType":{"enum":["engine","defaultEngines","engineOrders"],"title":"Record Type","description":"The type of details that this record contains."},"environment":{"type":"object","title":"Environment","properties":{"locales":{"type":"array","items":{"type":"string","pattern":"^([a-z]{2,3}(-[a-zA-Z]{2,})?(-macos)?|default)$","minLength":2},"title":"Locales","description":"An array of locales that this section applies to. 'default' will apply to situations where we have not been able to detect the user's locale.","uniqueItems":true},"regions":{"type":"array","items":{"type":"string","pattern":"^([a-z][a-z]|default)$","maxLength":7,"minLength":2},"title":"Regions","description":"An array of regions that this section applies to. 'default' will apply to situations where we have not been able to detect the user's region.","uniqueItems":true},"channels":{"type":"array","items":{"enum":["default","nightly","aurora","beta","release","esr"],"type":"string","pattern":"^[a-z]{0,100}$"},"title":"Release Channels","description":"An array of release channels that this section applies to (not set = everywhere).","uniqueItems":true},"deviceType":{"type":"array","items":{"enum":["smartphone","tablet"],"type":"string","pattern":"^[a-z-]{0,100}$"},"title":"Device Type","description":"The device type(s) this section applies to. On desktop when this property is specified and non-empty, the associated section will be ignored.","uniqueItems":true},"experiment":{"type":"string","title":"Experiment","pattern":"^[a-zA-Z0-9-]{0,100}$","description":"The experiment that this section applies to."},"maxVersion":{"type":"string","title":"Maximum Version","pattern":"^[0-9a-z.]{0,20}$","description":"The maximum application version this section applies to (less-than comparison)."},"minVersion":{"type":"string","title":"Minimum Version","pattern":"^[0-9a-z.]{0,20}$","description":"The minimum application version this section applies to."},"applications":{"type":"array","items":{"enum":["firefox","firefox-android","firefox-ios","focus-android","focus-ios"],"type":"string","pattern":"^[a-z-]{0,100}$"},"title":"Application Identifiers","description":"The application(s) this section applies to (default/not specified is everywhere). `firefox` relates to Firefox Desktop.","uniqueItems":true},"distributions":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9.-]{0,100}$"},"title":"Distributions","description":"An array of distribution identifiers that this applies to.","uniqueItems":true},"excludedLocales":{"type":"array","items":{"type":"string","pattern":"^([a-z]{2,3}(-[a-zA-Z]{2,})?(-macos)?|default)$","minLength":2},"title":"Excluded Locales","description":"An array of locales that this section should be excluded from. 'default' will apply to situations where we have not been able to detect the user's locale.","uniqueItems":true},"excludedRegions":{"type":"array","items":{"type":"string","pattern":"^([a-z]{2,3}|default)$","maxLength":7,"minLength":2},"title":"Excluded Regions","description":"An array of regions that this section should be excluded from. 'default' will apply to situations where we have not been able to detect the user's region.","uniqueItems":true},"allRegionsAndLocales":{"type":"boolean","title":"All Regions and Locales","description":"Indicates that this section applies to all regions and locales. May be modified by excludedRegions/excludedLocales."},"excludedDistributions":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9.-]{0,100}$"},"title":"Excluded Distributions","description":"An array of distribution identifiers that this does not apply to.","uniqueItems":true}},"description":"Specifies details of possible user environments that the engine or variant applies to"},"partnerCode":{"type":"string","title":"Partner Code","pattern":"^[a-zA-Z0-9-_]*$","description":"The partner code for the engine or variant. This will be inserted into parameters which include '{partnerCode}'"}},"description":"This schema contains the details to build application provided search engines shipped in some Mozilla products. The associated remote settings collection is search-config-v2. Note: the top-level properties section is only required to satisfy remoteSettings. The allOf section provides the full details of the different record types."},"signature":{"ref":"c5ir00jbgy0tsj16kevhy70f","x5u":"https://content-signature-2.cdn.mozilla.net/chains/remote-settings.content-signature.mozilla.org-2024-12-27-18-19-47.chain","mode":"p384ecdsa","type":"contentsignaturepki","signature":"rzjhHq1kDSt3K9ShGyeXVq6Pyl8UaTN4t2a66kNNu3tCtSKrXF-7Ud9X1U_-gKAc3zxebELiqbWdyvNjKSjIKe0QRjjlj_LWlbM6lp1NNO_XOYpTl5oJechTza7xPWgT","signer_id":"remote-settings","public_key":"MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEb2hwvxwKG5hsSt2YoYKIPUmTqFJopdRqTEVx0NHK7or7Ybxw6AZBFN3AfptD2HSEK1sjk/4r4PdZW2PV4kv6RAwWseoH7K681AMfTWHbB7F9s1bswYhMHi3PhUyRuyZK"},"attachment":{"enabled":false,"required":false},"displayFields":["recordType","identifier"],"id":"search-config-v2","last_modified":1731628805389}}G<>k_<6B><5F>g: g: G<><1C>g:<05>ua,:https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/search-config-v2?_expected=1729004089310strongly-framed1security-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request-methodGETresponse-headHTTP/2 200
server: nginx
content-length: 15028
access-control-allow-origin: *
access-control-expose-headers: Cache-Control, Content-Type, Content-Length, Alert, Pragma, Expires, Backoff, Last-Modified, Retry-After, ETag
x-content-type-options: nosniff
content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
strict-transport-security: max-age=31536000
via: 1.1 google
date: Sun, 17 Nov 2024 14:04:23 GMT
age: 2596
last-modified: Fri, 15 Nov 2024 00:00:05 GMT
etag: "1731628805389"
content-type: application/json
cache-control: public,max-age=3600
alt-svc: clear
X-Firefox-Spdy: h2
original-response-headersserver: nginx
content-length: 15028
access-control-allow-origin: *
access-control-expose-headers: Cache-Control, Content-Type, Content-Length, Alert, Pragma, Expires, Backoff, Last-Modified, Retry-After, ETag
x-content-type-options: nosniff
content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
strict-transport-security: max-age=31536000
via: 1.1 google
date: Sun, 17 Nov 2024 14:04:23 GMT
age: 2596
last-modified: Fri, 15 Nov 2024 00:00:05 GMT
etag: "1731628805389"
content-type: application/json
cache-control: public,max-age=3600
alt-svc: clear
X-Firefox-Spdy: h2
ctid1:<3A>